pub struct Errors { /* private fields */ }
Expand description
Errors recorded during UTS #46 processing.
This is opaque for now, indicating what types of errors have been encountered at least once. More details may be exposed in the future.
Trait Implementations§
source§impl Error for Errors
impl Error for Errors
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<Errors> for ParseError
impl From<Errors> for ParseError
source§fn from(_: Errors) -> ParseError
fn from(_: Errors) -> ParseError
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Errors
impl Send for Errors
impl Sync for Errors
impl Unpin for Errors
impl UnwindSafe for Errors
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