pub struct VssApi(/* private fields */);
Trait Implementations§
impl Copy for VssApi
impl Eq for VssApi
impl StructuralPartialEq for VssApi
Auto Trait Implementations§
impl Freeze for VssApi
impl RefUnwindSafe for VssApi
impl !Send for VssApi
impl !Sync for VssApi
impl Unpin for VssApi
impl UnwindSafe for VssApi
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