pub struct NodeMut<'a, T: 'a> {
pub id: NodeId,
/* private fields */
}Fields
id: NodeIdNode ID.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for NodeMut<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for NodeMut<'a, T> where
T: Send,
impl<'a, T> Sync for NodeMut<'a, T> where
T: Sync,
impl<'a, T> Unpin for NodeMut<'a, T>
impl<'a, T> !UnwindSafe for NodeMut<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more