Struct graphql_tools::static_graphql::query::Document [−][src]
pub struct Document<'a, T> where
T: Text<'a>, {
pub definitions: Vec<Definition<'a, T>, Global>,
}
Expand description
Root of query data
Fields
definitions: Vec<Definition<'a, T>, Global>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Document<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> UnwindSafe for Document<'a, T> where
<T as Text<'a>>::Value: UnwindSafe + RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more