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