Struct graphql_tools::static_graphql::query::InlineFragment
source · pub struct InlineFragment<'a, T>where
T: Text<'a>,{
pub position: Pos,
pub type_condition: Option<TypeCondition<'a, T>>,
pub directives: Vec<Directive<'a, T>, Global>,
pub selection_set: SelectionSet<'a, T>,
}
Fields§
§position: Pos
§type_condition: Option<TypeCondition<'a, T>>
§directives: Vec<Directive<'a, T>, Global>
§selection_set: SelectionSet<'a, T>
Trait Implementations§
source§impl<'a, T> Clone for InlineFragment<'a, T>where
T: Clone + Text<'a>,
impl<'a, T> Clone for InlineFragment<'a, T>where
T: Clone + Text<'a>,
source§fn clone(&self) -> InlineFragment<'a, T>
fn clone(&self) -> InlineFragment<'a, T>
Returns a copy 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 more