Struct apollo_parser::ast::ListValue
source · pub struct ListValue { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl 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,
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
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