pub struct Client<T>(pub Arc<Mutex<InnerClient<T>>>);Tuple Fields§
§0: Arc<Mutex<InnerClient<T>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Client<T>
impl<T> !RefUnwindSafe for Client<T>
impl<T> Send for Client<T>where
T: Send,
impl<T> Sync for Client<T>where
T: Send,
impl<T> Unpin for Client<T>
impl<T> UnsafeUnpin for Client<T>
impl<T> !UnwindSafe for Client<T>
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