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