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<GraphQLLanguage>) -> Option<Self>
fn syntax(&self) -> &SyntaxNode<GraphQLLanguage>
fn clone_for_update(&self) -> Self where
Self: Sized,
fn clone_subtree(&self) -> Self where
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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