pub struct Errors(/* private fields */);
Expand description
Errors recorded during UTS #46 processing.
This is opaque for now, only indicating the presence of at least one error. More details may be exposed in the future.
Trait Implementations§
impl Eq for Errors
impl StructuralPartialEq for Errors
Auto Trait Implementations§
impl Freeze for Errors
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