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