Struct apollo_parser::ast::EnumValue  
source · [−]pub struct EnumValue { /* private fields */ }Implementations
Trait Implementations
sourceimpl AstNode for EnumValue
 
impl AstNode for EnumValue
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
    Self: Sized,
fn clone_subtree(&self) -> Selfwhere
    Self: Sized,
impl Eq for EnumValue
impl StructuralEq for EnumValue
impl StructuralPartialEq for EnumValue
Auto Trait Implementations
impl !RefUnwindSafe for EnumValue
impl !Send for EnumValue
impl !Sync for EnumValue
impl Unpin for EnumValue
impl !UnwindSafe for EnumValue
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