pub struct SchemaErrors { /* private fields */ }Implementations§
Source§impl SchemaErrors
impl SchemaErrors
Trait Implementations§
Source§impl Default for SchemaErrors
impl Default for SchemaErrors
Source§fn default() -> SchemaErrors
fn default() -> SchemaErrors
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SchemaErrors
impl RefUnwindSafe for SchemaErrors
impl Send for SchemaErrors
impl Sync for SchemaErrors
impl Unpin for SchemaErrors
impl UnwindSafe for SchemaErrors
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