pub enum GQLDirectiveLocation {
Show 18 variants
Field,
FieldDefinition,
Object,
Interface,
Union,
Enum,
EnumValue,
InputObject,
InputFieldDefinition,
Argument,
Schema,
Scalar,
Query,
Mutation,
Subscription,
FragmentDefinition,
FragmentSpread,
InlineFragment,
}Variants§
Field
FieldDefinition
Object
Interface
Union
Enum
EnumValue
InputObject
InputFieldDefinition
Argument
Schema
Scalar
Query
Mutation
Subscription
FragmentDefinition
FragmentSpread
InlineFragment
Trait Implementations§
Source§impl Clone for GQLDirectiveLocation
impl Clone for GQLDirectiveLocation
Source§fn clone(&self) -> GQLDirectiveLocation
fn clone(&self) -> GQLDirectiveLocation
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 GQLDirectiveLocation
impl Debug for GQLDirectiveLocation
Source§impl PartialEq for GQLDirectiveLocation
impl PartialEq for GQLDirectiveLocation
impl StructuralPartialEq for GQLDirectiveLocation
Auto Trait Implementations§
impl Freeze for GQLDirectiveLocation
impl RefUnwindSafe for GQLDirectiveLocation
impl Send for GQLDirectiveLocation
impl Sync for GQLDirectiveLocation
impl Unpin for GQLDirectiveLocation
impl UnsafeUnpin for GQLDirectiveLocation
impl UnwindSafe for GQLDirectiveLocation
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