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