pub enum SchemaError {
FunctionInputIsNotATuple(ScopedTypeId),
NonExistentLocalTypeIndex(LocalTypeId),
FailedToGetSchemaFromSchemaHash,
GenericTypeRefsNotSupported,
NoNameFound,
}Variants§
FunctionInputIsNotATuple(ScopedTypeId)
NonExistentLocalTypeIndex(LocalTypeId)
FailedToGetSchemaFromSchemaHash
GenericTypeRefsNotSupported
NoNameFound
Trait Implementations§
Source§impl Clone for SchemaError
impl Clone for SchemaError
Source§fn clone(&self) -> SchemaError
fn clone(&self) -> SchemaError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaError
impl Debug for SchemaError
Auto Trait Implementations§
impl Freeze for SchemaError
impl RefUnwindSafe for SchemaError
impl Send for SchemaError
impl Sync for SchemaError
impl Unpin for SchemaError
impl UnwindSafe for SchemaError
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