Enum graphql_parser::query::TypeCondition [−][src]
pub enum TypeCondition { On(Name), }
Variants
On(Name)
Trait Implementations
impl Debug for TypeCondition
[src]
impl Debug for TypeCondition
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for TypeCondition
[src]
impl Clone for TypeCondition
fn clone(&self) -> TypeCondition
[src]
fn clone(&self) -> TypeCondition
Returns 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 TypeCondition
fn eq(&self, other: &TypeCondition) -> bool
[src]
fn eq(&self, other: &TypeCondition) -> bool
This 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) -> bool
This method tests for !=
.
impl Display for TypeCondition
[src]
impl Display for TypeCondition
Auto Trait Implementations
impl Send for TypeCondition
impl Send for TypeCondition
impl Sync for TypeCondition
impl Sync for TypeCondition