pub struct DynamicList<F, B: DropValue> { /* private fields */ }Implementations§
Source§impl DynamicList<Empty, Empty>
impl DynamicList<Empty, Empty>
Source§impl<F, N: Length + DropValue> DynamicList<F, N>
impl<F, N: Length + DropValue> DynamicList<F, N>
Source§impl<F: ListAppend, BV, BN: DropValue> DynamicList<F, Node<BV, BN>>
impl<F: ListAppend, BV, BN: DropValue> DynamicList<F, Node<BV, BN>>
Trait Implementations§
Auto Trait Implementations§
impl<F, B> Freeze for DynamicList<F, B>
impl<F, B> RefUnwindSafe for DynamicList<F, B>where
F: RefUnwindSafe,
B: RefUnwindSafe,
impl<F, B> Send for DynamicList<F, B>
impl<F, B> Sync for DynamicList<F, B>
impl<F, B> Unpin for DynamicList<F, B>
impl<F, B> UnwindSafe for DynamicList<F, B>where
F: UnwindSafe,
B: 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