pub struct Node<I: NodeId, K, V> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<I, K, V> Freeze for Node<I, K, V>
impl<I, K, V> RefUnwindSafe for Node<I, K, V>
impl<I, K, V> Send for Node<I, K, V>
impl<I, K, V> Sync for Node<I, K, V>
impl<I, K, V> Unpin for Node<I, K, V>
impl<I, K, V> UnwindSafe for Node<I, K, V>
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