Struct apollo_parser::ast::ArgumentsDefinition
source · pub struct ArgumentsDefinition { /* private fields */ }
Implementations
sourceimpl ArgumentsDefinition
impl ArgumentsDefinition
pub fn l_paren_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn input_value_definitions(&self) -> AstChildren<InputValueDefinition> ⓘ
pub fn r_paren_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
Trait Implementations
sourceimpl AstNode for ArgumentsDefinition
impl AstNode for ArgumentsDefinition
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn source_string(&self) -> String
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
sourceimpl Clone for ArgumentsDefinition
impl Clone for ArgumentsDefinition
sourcefn clone(&self) -> ArgumentsDefinition
fn clone(&self) -> ArgumentsDefinition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ArgumentsDefinition
impl Debug for ArgumentsDefinition
sourceimpl Hash for ArgumentsDefinition
impl Hash for ArgumentsDefinition
sourceimpl PartialEq<ArgumentsDefinition> for ArgumentsDefinition
impl PartialEq<ArgumentsDefinition> for ArgumentsDefinition
sourcefn eq(&self, other: &ArgumentsDefinition) -> bool
fn eq(&self, other: &ArgumentsDefinition) -> bool
impl Eq for ArgumentsDefinition
impl StructuralEq for ArgumentsDefinition
impl StructuralPartialEq for ArgumentsDefinition
Auto Trait Implementations
impl !RefUnwindSafe for ArgumentsDefinition
impl !Send for ArgumentsDefinition
impl !Sync for ArgumentsDefinition
impl Unpin for ArgumentsDefinition
impl !UnwindSafe for ArgumentsDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more