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