pub struct NSTDVec<'a> { /* private fields */ }Available on crate feature
vec only.Expand description
A dynamically sized contiguous sequence of values.
Trait Implementations§
Source§impl<A> FromIterator<A> for NSTDVec<'_>
impl<A> FromIterator<A> for NSTDVec<'_>
impl Send for NSTDVec<'_>
§Safety
The data that the vector holds must be able to be safely sent between threads.
impl Sync for NSTDVec<'_>
§Safety
The data that the vector holds must be able to be safely shared between threads.
Auto Trait Implementations§
impl<'a> Freeze for NSTDVec<'a>
impl<'a> RefUnwindSafe for NSTDVec<'a>
impl<'a> Unpin for NSTDVec<'a>
impl<'a> UnwindSafe for NSTDVec<'a>
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