pub struct TetheringClient { /* private fields */ }Expand description
Client for Tethering domain commands.
Implementations§
Auto Trait Implementations§
impl Freeze for TetheringClient
impl !RefUnwindSafe for TetheringClient
impl Send for TetheringClient
impl Sync for TetheringClient
impl Unpin for TetheringClient
impl UnsafeUnpin for TetheringClient
impl !UnwindSafe for TetheringClient
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