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>where
PhantomData<U>: Freeze,
impl<U> RefUnwindSafe for Vector<U>where
PhantomData<U>: RefUnwindSafe,
impl<U> Send for Vector<U>where
PhantomData<U>: Send,
impl<U> Sync for Vector<U>where
PhantomData<U>: Sync,
impl<U> Unpin for Vector<U>where
PhantomData<U>: Unpin,
impl<U> UnsafeUnpin for Vector<U>where
PhantomData<U>: UnsafeUnpin,
impl<U> UnwindSafe for Vector<U>where
PhantomData<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