pub struct RetiredNode { /* private fields */ }Expand description
Node structure embedded in user’s data structure
Users must embed this at the start of their node type to enable retirement.
Implementations§
Source§impl RetiredNode
impl RetiredNode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetiredNode
impl RefUnwindSafe for RetiredNode
impl Unpin for RetiredNode
impl UnwindSafe for RetiredNode
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