Struct dynamic_list::Node
source · pub struct Node<V, N = Empty> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<V, U, B, N> Index<UInt<U, B>> for Node<V, N>where
U: Unsigned,
B: Bit,
N: NotEmpty + Index<Sub1<UInt<U, B>>>,
UInt<U, B>: NonZero + Sub<B1>,
impl<V, U, B, N> Index<UInt<U, B>> for Node<V, N>where U: Unsigned, B: Bit, N: NotEmpty + Index<Sub1<UInt<U, B>>>, UInt<U, B>: NonZero + Sub<B1>,
impl<V> NotEmpty for Node<V>
impl<V, N: NotEmpty> NotEmpty for Node<V, N>
Auto Trait Implementations§
impl<V, N> RefUnwindSafe for Node<V, N>where N: RefUnwindSafe, V: RefUnwindSafe,
impl<V, N = Empty> !Send for Node<V, N>
impl<V, N = Empty> !Sync for Node<V, N>
impl<V, N> Unpin for Node<V, N>where N: Unpin,
impl<V, N> UnwindSafe for Node<V, N>where N: UnwindSafe, V: RefUnwindSafe,
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