pub struct MutableList<A> { /* private fields */ }Expand description
A mutex-backed double-ended list.
Implementations§
Auto Trait Implementations§
impl<A> !Freeze for MutableList<A>
impl<A> RefUnwindSafe for MutableList<A>
impl<A> Send for MutableList<A>where
A: Send,
impl<A> Sync for MutableList<A>where
A: Send,
impl<A> Unpin for MutableList<A>where
A: Unpin,
impl<A> UnsafeUnpin for MutableList<A>
impl<A> UnwindSafe for MutableList<A>
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