pub struct DeadlineExceeded;Trait Implementations§
Source§impl Debug for DeadlineExceeded
impl Debug for DeadlineExceeded
Source§impl Display for DeadlineExceeded
impl Display for DeadlineExceeded
Source§impl Error for DeadlineExceeded
impl Error for DeadlineExceeded
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 Hash for DeadlineExceeded
impl Hash for DeadlineExceeded
Source§impl Ord for DeadlineExceeded
impl Ord for DeadlineExceeded
Source§fn cmp(&self, other: &DeadlineExceeded) -> Ordering
fn cmp(&self, other: &DeadlineExceeded) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeadlineExceeded
impl PartialEq for DeadlineExceeded
Source§impl PartialOrd for DeadlineExceeded
impl PartialOrd for DeadlineExceeded
impl Eq for DeadlineExceeded
impl StructuralPartialEq for DeadlineExceeded
Auto Trait Implementations§
impl Freeze for DeadlineExceeded
impl RefUnwindSafe for DeadlineExceeded
impl Send for DeadlineExceeded
impl Sync for DeadlineExceeded
impl Unpin for DeadlineExceeded
impl UnwindSafe for DeadlineExceeded
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