pub struct DynVec { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DefaultContent for DynVec
impl DefaultContent for DynVec
Auto Trait Implementations§
impl Freeze for DynVec
impl RefUnwindSafe for DynVec
impl !Send for DynVec
impl !Sync for DynVec
impl Unpin for DynVec
impl UnwindSafe for DynVec
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