Struct apollo_parser::ast::NullValue
source · pub struct NullValue { /* private fields */ }
Implementations§
source§impl NullValue
impl NullValue
pub fn null_token(&self) -> Option<SyntaxToken<GraphQLLanguage>>
Trait Implementations§
source§impl AstNode for NullValue
impl AstNode for NullValue
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<NullValue> for NullValue
impl PartialEq<NullValue> for NullValue
impl Eq for NullValue
impl StructuralEq for NullValue
impl StructuralPartialEq for NullValue
Auto Trait Implementations§
impl !RefUnwindSafe for NullValue
impl !Send for NullValue
impl !Sync for NullValue
impl Unpin for NullValue
impl !UnwindSafe for NullValue
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