pub struct BimiParseError {
pub detail: String,
}Expand description
BIMI parse error.
Fields§
§detail: StringTrait Implementations§
Source§impl Clone for BimiParseError
impl Clone for BimiParseError
Source§fn clone(&self) -> BimiParseError
fn clone(&self) -> BimiParseError
Returns a duplicate of the value. Read more
1.0.0 · 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 BimiParseError
impl Debug for BimiParseError
Source§impl Display for BimiParseError
impl Display for BimiParseError
Source§impl Error for BimiParseError
impl Error for BimiParseError
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 BimiParseError
impl RefUnwindSafe for BimiParseError
impl Send for BimiParseError
impl Sync for BimiParseError
impl Unpin for BimiParseError
impl UnsafeUnpin for BimiParseError
impl UnwindSafe for BimiParseError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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