Enum graphql_parser::query::TypeCondition [−][src]
pub enum TypeCondition {
On(Name),
}Variants
On(Name)
Trait Implementations
impl Debug for TypeCondition[src]
impl Debug for TypeConditionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TypeCondition[src]
impl Clone for TypeConditionfn clone(&self) -> TypeCondition[src]
fn clone(&self) -> TypeConditionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TypeCondition[src]
impl PartialEq for TypeConditionfn eq(&self, other: &TypeCondition) -> bool[src]
fn eq(&self, other: &TypeCondition) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TypeCondition) -> bool[src]
fn ne(&self, other: &TypeCondition) -> boolThis method tests for !=.
impl Display for TypeCondition[src]
impl Display for TypeConditionAuto Trait Implementations
impl Send for TypeCondition
impl Send for TypeConditionimpl Sync for TypeCondition
impl Sync for TypeCondition