pub struct TimedError;Trait Implementations§
Source§impl Debug for TimedError
impl Debug for TimedError
Source§impl Display for TimedError
impl Display for TimedError
impl Eq for TimedError
Source§impl Error for TimedError
impl Error for TimedError
1.30.0 · 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()
Source§impl PartialEq for TimedError
impl PartialEq for TimedError
impl StructuralPartialEq for TimedError
Auto Trait Implementations§
impl Freeze for TimedError
impl RefUnwindSafe for TimedError
impl Send for TimedError
impl Sync for TimedError
impl Unpin for TimedError
impl UnsafeUnpin for TimedError
impl UnwindSafe for TimedError
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