pub enum SchemaCompactionError {
Invalid(Error),
}Expand description
Errors produced while compacting a schema/tool-definition payload.
Variants§
Trait Implementations§
Source§impl Debug for SchemaCompactionError
impl Debug for SchemaCompactionError
Source§impl Display for SchemaCompactionError
impl Display for SchemaCompactionError
Source§impl Error for SchemaCompactionError
impl Error for SchemaCompactionError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Auto Trait Implementations§
impl !RefUnwindSafe for SchemaCompactionError
impl !UnwindSafe for SchemaCompactionError
impl Freeze for SchemaCompactionError
impl Send for SchemaCompactionError
impl Sync for SchemaCompactionError
impl Unpin for SchemaCompactionError
impl UnsafeUnpin for SchemaCompactionError
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