pub struct ScratchVec<T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Default for ScratchVec<T>
impl<T> Default for ScratchVec<T>
Source§fn default() -> ScratchVec<T>
fn default() -> ScratchVec<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> !Freeze for ScratchVec<T>
impl<T> !RefUnwindSafe for ScratchVec<T>
impl<T> !Send for ScratchVec<T>
impl<T> !Sync for ScratchVec<T>
impl<T> Unpin for ScratchVec<T>where
T: Unpin,
impl<T> UnsafeUnpin for ScratchVec<T>
impl<T> UnwindSafe for ScratchVec<T>where
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