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