Struct bluejay_parser::ast::executable::ExplicitOperationDefinition
source · pub struct ExplicitOperationDefinition<'a> { /* private fields */ }Implementations§
source§impl<'a> ExplicitOperationDefinition<'a>
impl<'a> ExplicitOperationDefinition<'a>
pub fn name(&self) -> Option<&Name<'a>>
pub fn operation_type(&self) -> &OperationType
Trait Implementations§
source§impl<'a> Debug for ExplicitOperationDefinition<'a>
impl<'a> Debug for ExplicitOperationDefinition<'a>
source§impl<'a> ExplicitOperationDefinition for ExplicitOperationDefinition<'a>
impl<'a> ExplicitOperationDefinition for ExplicitOperationDefinition<'a>
type VariableDefinitions = VariableDefinitions<'a>
type Directives = Directives<'a, false>
type SelectionSet = SelectionSet<'a>
fn operation_type(&self) -> OperationType
fn name(&self) -> Option<&str>
fn variable_definitions(&self) -> Option<&Self::VariableDefinitions>
fn directives(&self) -> &Self::Directives
fn selection_set(&self) -> &Self::SelectionSet
Auto Trait Implementations§
impl<'a> Freeze for ExplicitOperationDefinition<'a>
impl<'a> RefUnwindSafe for ExplicitOperationDefinition<'a>
impl<'a> Send for ExplicitOperationDefinition<'a>
impl<'a> Sync for ExplicitOperationDefinition<'a>
impl<'a> Unpin for ExplicitOperationDefinition<'a>
impl<'a> UnwindSafe for ExplicitOperationDefinition<'a>
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