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