pub struct InvalidSchemaName { /* private fields */ }Trait Implementations§
Source§impl Debug for InvalidSchemaName
impl Debug for InvalidSchemaName
Source§impl Diagnostic for InvalidSchemaName
impl Diagnostic for InvalidSchemaName
Source§impl From<InvalidSchemaName> for Error
impl From<InvalidSchemaName> for Error
Source§fn from(e: InvalidSchemaName) -> Self
fn from(e: InvalidSchemaName) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidSchemaName
impl RefUnwindSafe for InvalidSchemaName
impl Send for InvalidSchemaName
impl Sync for InvalidSchemaName
impl Unpin for InvalidSchemaName
impl UnwindSafe for InvalidSchemaName
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