pub struct NodeMap(pub Map<ObjectKey, NodeId>);Tuple Fields§
§0: Map<ObjectKey, NodeId>Implementations§
Source§impl NodeMap
impl NodeMap
Trait Implementations§
Source§impl<'plural> IntoIterator for &'plural NodeMap
impl<'plural> IntoIterator for &'plural NodeMap
Source§impl IntoIterator for NodeMap
impl IntoIterator for NodeMap
impl Eq for NodeMap
impl StructuralPartialEq for NodeMap
Auto Trait Implementations§
impl Freeze for NodeMap
impl RefUnwindSafe for NodeMap
impl Send for NodeMap
impl Sync for NodeMap
impl Unpin for NodeMap
impl UnwindSafe for NodeMap
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