pub struct InvalidUrn;Expand description
Invalid Urn
Trait Implementations§
Source§impl Debug for InvalidUrn
impl Debug for InvalidUrn
Source§impl Display for InvalidUrn
impl Display for InvalidUrn
Source§impl Error for InvalidUrn
impl Error for InvalidUrn
1.30.0§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§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidUrn> for SimpleExtensionsError
Available on crate feature parse only.
impl From<InvalidUrn> for SimpleExtensionsError
Available on crate feature
parse only.Source§fn from(source: InvalidUrn) -> Self
fn from(source: InvalidUrn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InvalidUrn
impl PartialEq for InvalidUrn
impl StructuralPartialEq for InvalidUrn
Auto Trait Implementations§
impl Freeze for InvalidUrn
impl RefUnwindSafe for InvalidUrn
impl Send for InvalidUrn
impl Sync for InvalidUrn
impl Unpin for InvalidUrn
impl UnwindSafe for InvalidUrn
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more