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