pub struct Node<V, N = Empty> { /* private fields */ }
Trait Implementations§
Source§impl<V, N: ArrayAppend> ArrayAppend for Node<V, N>
impl<V, N: ArrayAppend> ArrayAppend for Node<V, N>
Source§impl<V, N: MemorySize> MemorySize for Node<V, N>
impl<V, N: MemorySize> MemorySize for Node<V, N>
impl<V> NotEmpty for Node<V>
impl<V, N: NotEmpty> NotEmpty for Node<V, N>
Auto Trait Implementations§
impl<V, N> Freeze for Node<V, N>
impl<V, N> RefUnwindSafe for Node<V, N>where
V: RefUnwindSafe,
N: RefUnwindSafe,
impl<V, N> Send for Node<V, N>
impl<V, N> Sync for Node<V, N>
impl<V, N> Unpin for Node<V, N>
impl<V, N> UnwindSafe for Node<V, N>where
V: UnwindSafe,
N: UnwindSafe,
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