pub struct ParseCountdownTypeError;Expand description
Error when failing to parse a CountdownType.
Trait Implementations§
Source§impl Debug for ParseCountdownTypeError
impl Debug for ParseCountdownTypeError
Source§impl Display for ParseCountdownTypeError
impl Display for ParseCountdownTypeError
Source§impl Error for ParseCountdownTypeError
impl Error for ParseCountdownTypeError
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 From<ParseCountdownTypeError> for ParseGeneralError
impl From<ParseCountdownTypeError> for ParseGeneralError
Source§fn from(x: ParseCountdownTypeError) -> ParseGeneralError
fn from(x: ParseCountdownTypeError) -> ParseGeneralError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParseCountdownTypeError
impl RefUnwindSafe for ParseCountdownTypeError
impl Send for ParseCountdownTypeError
impl Sync for ParseCountdownTypeError
impl Unpin for ParseCountdownTypeError
impl UnwindSafe for ParseCountdownTypeError
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