#[repr(u8)]pub enum WaitDeadlineError {
Deadline = 0,
WaitError = 1,
}Variants§
Trait Implementations§
Source§impl Debug for WaitDeadlineError
impl Debug for WaitDeadlineError
Source§impl Display for WaitDeadlineError
impl Display for WaitDeadlineError
Source§impl Error for WaitDeadlineError
impl Error for WaitDeadlineError
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()
Auto Trait Implementations§
impl Freeze for WaitDeadlineError
impl RefUnwindSafe for WaitDeadlineError
impl Send for WaitDeadlineError
impl Sync for WaitDeadlineError
impl Unpin for WaitDeadlineError
impl UnsafeUnpin for WaitDeadlineError
impl UnwindSafe for WaitDeadlineError
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