pub struct NodeRef<'a, N> { /* private fields */ }
Expand description
A container for a node.
Is returned by Graph
when a complete node instance is requested.
Implementations§
Trait Implementations§
impl<'a, N: Eq> Eq for NodeRef<'a, N>
impl<'a, N> StructuralPartialEq for NodeRef<'a, N>
Auto Trait Implementations§
impl<'a, N> Freeze for NodeRef<'a, N>
impl<'a, N> RefUnwindSafe for NodeRef<'a, N>where
N: RefUnwindSafe,
impl<'a, N> Send for NodeRef<'a, N>where
N: Sync,
impl<'a, N> Sync for NodeRef<'a, N>where
N: Sync,
impl<'a, N> Unpin for NodeRef<'a, N>
impl<'a, N> UnwindSafe for NodeRef<'a, N>where
N: RefUnwindSafe,
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