pub struct EmptyVector;
Auto Trait Implementations§
impl Freeze for EmptyVector
impl RefUnwindSafe for EmptyVector
impl Send for EmptyVector
impl Sync for EmptyVector
impl Unpin for EmptyVector
impl UnwindSafe for EmptyVector
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