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