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