pub enum QueryFieldSchemaMismatch {
UnknownRole,
DisallowedCodeRole,
EmptyField,
FieldTooLong,
}Expand description
Reason one optional public query-field context failed schema validation.
Variants§
Trait Implementations§
Source§impl Clone for QueryFieldSchemaMismatch
impl Clone for QueryFieldSchemaMismatch
impl Copy for QueryFieldSchemaMismatch
Source§impl Debug for QueryFieldSchemaMismatch
impl Debug for QueryFieldSchemaMismatch
impl Eq for QueryFieldSchemaMismatch
Source§impl PartialEq for QueryFieldSchemaMismatch
impl PartialEq for QueryFieldSchemaMismatch
impl StructuralPartialEq for QueryFieldSchemaMismatch
Auto Trait Implementations§
impl Freeze for QueryFieldSchemaMismatch
impl RefUnwindSafe for QueryFieldSchemaMismatch
impl Send for QueryFieldSchemaMismatch
impl Sync for QueryFieldSchemaMismatch
impl Unpin for QueryFieldSchemaMismatch
impl UnsafeUnpin for QueryFieldSchemaMismatch
impl UnwindSafe for QueryFieldSchemaMismatch
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