pub enum ParseNaiveArnError {
NotEnoughElements,
MissingPrefix,
MissingPartition,
MissingService,
MissingResource,
}Variants§
Trait Implementations§
Source§impl Debug for ParseNaiveArnError
impl Debug for ParseNaiveArnError
Source§impl Display for ParseNaiveArnError
impl Display for ParseNaiveArnError
Source§impl Error for ParseNaiveArnError
impl Error for ParseNaiveArnError
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 PartialEq for ParseNaiveArnError
impl PartialEq for ParseNaiveArnError
impl StructuralPartialEq for ParseNaiveArnError
Auto Trait Implementations§
impl Freeze for ParseNaiveArnError
impl RefUnwindSafe for ParseNaiveArnError
impl Send for ParseNaiveArnError
impl Sync for ParseNaiveArnError
impl Unpin for ParseNaiveArnError
impl UnwindSafe for ParseNaiveArnError
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