pub struct ExVec<T, A: Allocator>(/* private fields */);
Auto Trait Implementations§
impl<T, A> RefUnwindSafe for ExVec<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Send for ExVec<T, A>
impl<T, A> Sync for ExVec<T, A>
impl<T, A> Unpin for ExVec<T, A>
impl<T, A> UnwindSafe for ExVec<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