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
Source§fn clone(&self) -> QueryFieldSchemaMismatch
fn clone(&self) -> QueryFieldSchemaMismatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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