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