Struct bluejay_parser::ast::executable::Field
source · pub struct Field<'a> { /* private fields */ }Implementations§
source§impl<'a> Field<'a>
impl<'a> Field<'a>
pub fn response_key(&self) -> &str
pub fn name(&self) -> &Name<'a>
pub fn arguments(&self) -> Option<&VariableArguments<'_>>
pub fn selection_set(&self) -> Option<&SelectionSet<'_>>
Trait Implementations§
source§impl<'a> Field for Field<'a>
impl<'a> Field for Field<'a>
type Arguments = Arguments<'a, false>
type Directives = Directives<'a, false>
type SelectionSet = SelectionSet<'a>
fn alias(&self) -> Option<&str>
fn name(&self) -> &str
fn arguments(&self) -> Option<&Self::Arguments>
fn directives(&self) -> &Self::Directives
fn selection_set(&self) -> Option<&Self::SelectionSet>
fn response_name(&self) -> &str
source§impl<'a> PartialEq for Field<'a>
impl<'a> PartialEq for Field<'a>
impl<'a> Eq for Field<'a>
Auto Trait Implementations§
impl<'a> Freeze for Field<'a>
impl<'a> RefUnwindSafe for Field<'a>
impl<'a> Send for Field<'a>
impl<'a> Sync for Field<'a>
impl<'a> Unpin for Field<'a>
impl<'a> UnwindSafe for Field<'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