Struct dynamic_list::Node
source · pub struct Node<V, N = Empty> { /* private fields */ }Implementations§
Trait Implementations§
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