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