pub struct NodeGuard<'gg, N> { /* private fields */ }Implementations§
Trait Implementations§
impl<N> Copy for NodeGuard<'_, N>
Auto Trait Implementations§
impl<'gg, N> Freeze for NodeGuard<'gg, N>
impl<'gg, N> RefUnwindSafe for NodeGuard<'gg, N>where
N: RefUnwindSafe,
impl<'gg, N> Send for NodeGuard<'gg, N>where
N: Sync,
impl<'gg, N> Sync for NodeGuard<'gg, N>where
N: Sync,
impl<'gg, N> Unpin for NodeGuard<'gg, N>
impl<'gg, N> !UnwindSafe for NodeGuard<'gg, N>
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