pub struct IdParseError { /* private fields */ }Expand description
Validation error for a family-qualified opaque ID.
Implementations§
Trait Implementations§
Source§impl Clone for IdParseError
impl Clone for IdParseError
Source§fn clone(&self) -> IdParseError
fn clone(&self) -> IdParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdParseError
impl Debug for IdParseError
Source§impl Display for IdParseError
impl Display for IdParseError
impl Eq for IdParseError
Source§impl Error for IdParseError
impl Error for IdParseError
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 IdParseError
impl PartialEq for IdParseError
impl StructuralPartialEq for IdParseError
Auto Trait Implementations§
impl Freeze for IdParseError
impl RefUnwindSafe for IdParseError
impl Send for IdParseError
impl Sync for IdParseError
impl Unpin for IdParseError
impl UnsafeUnpin for IdParseError
impl UnwindSafe for IdParseError
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