pub struct Vector<U: Update> { /* private fields */ }
Expand description
A layout that uses vectors
Trait Implementations§
Auto Trait Implementations§
impl<U> Freeze for Vector<U>
impl<U> RefUnwindSafe for Vector<U>where
U: RefUnwindSafe,
impl<U> Send for Vector<U>where
U: Send,
impl<U> Sync for Vector<U>where
U: Sync,
impl<U> Unpin for Vector<U>where
U: Unpin,
impl<U> UnwindSafe for Vector<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