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