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