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