struct InternalChanges {
added_node_ids: HashSet<NodeId>,
updated_node_ids: HashSet<NodeId>,
removed_node_ids: HashSet<NodeId>,
}Fields§
§added_node_ids: HashSet<NodeId>§updated_node_ids: HashSet<NodeId>§removed_node_ids: HashSet<NodeId>Trait Implementations§
Source§impl Default for InternalChanges
impl Default for InternalChanges
Source§fn default() -> InternalChanges
fn default() -> InternalChanges
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InternalChanges
impl RefUnwindSafe for InternalChanges
impl Send for InternalChanges
impl Sync for InternalChanges
impl Unpin for InternalChanges
impl UnwindSafe for InternalChanges
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more