pub struct List<I, S> { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl<I, S> RefUnwindSafe for List<I, S>where
I: RefUnwindSafe,
S: RefUnwindSafe,
impl<I, S> Send for List<I, S>where
I: Send,
S: Send,
impl<I, S> Sync for List<I, S>where
I: Sync,
S: Sync,
impl<I, S> Unpin for List<I, S>where
I: Unpin,
S: Unpin,
impl<I, S> UnwindSafe for List<I, S>where
I: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more