pub struct NodeId<'a> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for NodeId<'a>
impl<'a> RefUnwindSafe for NodeId<'a>
impl<'a> Send for NodeId<'a>
impl<'a> Sync for NodeId<'a>
impl<'a> Unpin for NodeId<'a>
impl<'a> UnwindSafe for NodeId<'a>
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