Struct apollo_parser::ast::ListValue
source · pub struct ListValue { /* private fields */ }
Implementations§
source§impl ListValue
impl ListValue
pub fn l_brack_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn r_brack_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
pub fn values(&self) -> AstChildren<Value> ⓘ
Trait Implementations§
source§impl AstNode for ListValue
impl AstNode for ListValue
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,
source§impl PartialEq<ListValue> for ListValue
impl PartialEq<ListValue> for ListValue
impl Eq for ListValue
impl StructuralEq for ListValue
impl StructuralPartialEq for ListValue
Auto Trait Implementations§
impl !RefUnwindSafe for ListValue
impl !Send for ListValue
impl !Sync for ListValue
impl Unpin for ListValue
impl !UnwindSafe for ListValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more