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