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