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