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 · 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 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§
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