pub struct WeakNode<SE, PA>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<SE, PA> Freeze for WeakNode<SE, PA>
impl<SE, PA> !RefUnwindSafe for WeakNode<SE, PA>
impl<SE, PA> Send for WeakNode<SE, PA>
impl<SE, PA> Sync for WeakNode<SE, PA>
impl<SE, PA> Unpin for WeakNode<SE, PA>
impl<SE, PA> !UnwindSafe for WeakNode<SE, PA>
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