pub(super) struct KeepAliveTimedOut;Implementations§
Source§impl KeepAliveTimedOut
impl KeepAliveTimedOut
pub(super) fn crate_error(self) -> Error
Trait Implementations§
Source§impl Debug for KeepAliveTimedOut
impl Debug for KeepAliveTimedOut
Source§impl Display for KeepAliveTimedOut
impl Display for KeepAliveTimedOut
Source§impl Error for KeepAliveTimedOut
impl Error for KeepAliveTimedOut
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for KeepAliveTimedOut
impl RefUnwindSafe for KeepAliveTimedOut
impl Send for KeepAliveTimedOut
impl Sync for KeepAliveTimedOut
impl Unpin for KeepAliveTimedOut
impl UnsafeUnpin for KeepAliveTimedOut
impl UnwindSafe for KeepAliveTimedOut
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