pub struct TmpVec<U> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<U> Freeze for TmpVec<U>
impl<U> RefUnwindSafe for TmpVec<U>where
U: RefUnwindSafe,
impl<U> Send for TmpVec<U>where
U: Send,
impl<U> Sync for TmpVec<U>where
U: Sync,
impl<U> Unpin for TmpVec<U>where
U: Unpin,
impl<U> UnwindSafe for TmpVec<U>where
U: 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