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