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