Struct graphql_parser::schema::ScalarTypeExtension [−][src]
pub struct ScalarTypeExtension { pub position: Pos, pub name: Name, pub directives: Vec<Directive>, }
Fields
position: Pos
name: Name
directives: Vec<Directive>
Methods
impl ScalarTypeExtension
[src]
impl ScalarTypeExtension
Trait Implementations
impl Debug for ScalarTypeExtension
[src]
impl Debug for ScalarTypeExtension
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 ScalarTypeExtension
[src]
impl Clone for ScalarTypeExtension
fn clone(&self) -> ScalarTypeExtension
[src]
fn clone(&self) -> ScalarTypeExtension
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 ScalarTypeExtension
[src]
impl PartialEq for ScalarTypeExtension
fn eq(&self, other: &ScalarTypeExtension) -> bool
[src]
fn eq(&self, other: &ScalarTypeExtension) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ScalarTypeExtension) -> bool
[src]
fn ne(&self, other: &ScalarTypeExtension) -> bool
This method tests for !=
.
impl Display for ScalarTypeExtension
[src]
impl Display for ScalarTypeExtension
Auto Trait Implementations
impl Send for ScalarTypeExtension
impl Send for ScalarTypeExtension
impl Sync for ScalarTypeExtension
impl Sync for ScalarTypeExtension