Struct vstd::std_specs::vecdeque::ExVecDeque
source · pub struct ExVecDeque<T, A: Allocator>(/* private fields */);
Auto Trait Implementations§
impl<T, A> Freeze for ExVecDeque<T, A>where
A: Freeze,
impl<T, A> RefUnwindSafe for ExVecDeque<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Send for ExVecDeque<T, A>
impl<T, A> Sync for ExVecDeque<T, A>
impl<T, A> Unpin for ExVecDeque<T, A>
impl<T, A> UnwindSafe for ExVecDeque<T, A>where
A: UnwindSafe,
T: 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