pub struct IdleTimedOut { /* private fields */ }Implementations§
Source§impl IdleTimedOut
impl IdleTimedOut
Trait Implementations§
Source§impl Debug for IdleTimedOut
impl Debug for IdleTimedOut
Source§impl Display for IdleTimedOut
impl Display for IdleTimedOut
Source§impl Error for IdleTimedOut
impl Error for IdleTimedOut
1.30.0§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§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 IdleTimedOut
impl RefUnwindSafe for IdleTimedOut
impl Send for IdleTimedOut
impl Sync for IdleTimedOut
impl Unpin for IdleTimedOut
impl UnwindSafe for IdleTimedOut
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more