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