pub struct ParseIcalValueKindError(/* private fields */);Expand description
Parse iCalendar value kind error.
Trait Implementations§
Source§impl Debug for ParseIcalValueKindError
impl Debug for ParseIcalValueKindError
Source§impl Display for ParseIcalValueKindError
impl Display for ParseIcalValueKindError
Source§impl Error for ParseIcalValueKindError
impl Error for ParseIcalValueKindError
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 ParseIcalValueKindError
impl RefUnwindSafe for ParseIcalValueKindError
impl Send for ParseIcalValueKindError
impl Sync for ParseIcalValueKindError
impl Unpin for ParseIcalValueKindError
impl UnsafeUnpin for ParseIcalValueKindError
impl UnwindSafe for ParseIcalValueKindError
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