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 ScalarTypeExtensionTrait Implementations
impl Debug for ScalarTypeExtension[src]
impl Debug for ScalarTypeExtensionfn 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 ScalarTypeExtension[src]
impl Clone for ScalarTypeExtensionfn clone(&self) -> ScalarTypeExtension[src]
fn clone(&self) -> ScalarTypeExtensionReturns 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 ScalarTypeExtensionfn eq(&self, other: &ScalarTypeExtension) -> bool[src]
fn eq(&self, other: &ScalarTypeExtension) -> boolThis 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) -> boolThis method tests for !=.
impl Display for ScalarTypeExtension[src]
impl Display for ScalarTypeExtensionAuto Trait Implementations
impl Send for ScalarTypeExtension
impl Send for ScalarTypeExtensionimpl Sync for ScalarTypeExtension
impl Sync for ScalarTypeExtension