pub struct ClientImpl { /* private fields */ }
Auto Trait Implementations§
impl !Freeze for ClientImpl
impl !RefUnwindSafe for ClientImpl
impl !Send for ClientImpl
impl !Sync for ClientImpl
impl Unpin for ClientImpl
impl !UnwindSafe for ClientImpl
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