pub struct TClient;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TClient
impl RefUnwindSafe for TClient
impl Send for TClient
impl Sync for TClient
impl Unpin for TClient
impl UnwindSafe for TClient
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