Struct write_fonts::validate::ValidationReport
source · [−]pub struct ValidationReport { /* private fields */ }Expand description
One or more validation errors.
Trait Implementations
sourceimpl Debug for ValidationReport
impl Debug for ValidationReport
Auto Trait Implementations
impl RefUnwindSafe for ValidationReport
impl Send for ValidationReport
impl Sync for ValidationReport
impl Unpin for ValidationReport
impl UnwindSafe for ValidationReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more