Struct graphql_tools::static_graphql::query::Directive [−][src]
pub struct Directive<'a, T> where
T: Text<'a>, {
pub position: Pos,
pub name: <T as Text<'a>>::Value,
pub arguments: Vec<(<T as Text<'a>>::Value, Value<'a, T>), Global>,
}
Fields
position: Pos
name: <T as Text<'a>>::Value
arguments: Vec<(<T as Text<'a>>::Value, Value<'a, T>), Global>
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Directive<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> UnwindSafe for Directive<'a, T> where
<T as Text<'a>>::Value: UnwindSafe + RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more