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