Enum graphql_tools::static_graphql::query::TypeCondition
source · Variants§
Trait Implementations§
source§impl<'a, T> Clone for TypeCondition<'a, T>where
T: Clone + Text<'a>,
<T as Text<'a>>::Value: Clone,
impl<'a, T> Clone for TypeCondition<'a, T>where
T: Clone + Text<'a>,
<T as Text<'a>>::Value: Clone,
source§fn clone(&self) -> TypeCondition<'a, T>
fn clone(&self) -> TypeCondition<'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