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