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