pub struct FragmentSpread<'schema> { /* private fields */ }Implementations§
Source§impl<'schema> FragmentSpread<'schema>
impl<'schema> FragmentSpread<'schema>
pub fn def_location(&self) -> &SourceLocation
pub fn directives(&self) -> &Vec<DirectiveAnnotation>
pub fn fragment<'fragreg: 'schema>( &self, fragment_registry: &'fragreg FragmentRegistry<'schema>, ) -> &'fragreg Fragment<'schema>
pub fn fragment_name(&self) -> &str
Trait Implementations§
Source§impl<'schema> Clone for FragmentSpread<'schema>
impl<'schema> Clone for FragmentSpread<'schema>
Source§fn clone(&self) -> FragmentSpread<'schema>
fn clone(&self) -> FragmentSpread<'schema>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'schema> Debug for FragmentSpread<'schema>
impl<'schema> Debug for FragmentSpread<'schema>
Source§impl<'schema> PartialEq for FragmentSpread<'schema>
impl<'schema> PartialEq for FragmentSpread<'schema>
impl<'schema> StructuralPartialEq for FragmentSpread<'schema>
Auto Trait Implementations§
impl<'schema> Freeze for FragmentSpread<'schema>
impl<'schema> RefUnwindSafe for FragmentSpread<'schema>
impl<'schema> Send for FragmentSpread<'schema>
impl<'schema> Sync for FragmentSpread<'schema>
impl<'schema> Unpin for FragmentSpread<'schema>
impl<'schema> UnwindSafe for FragmentSpread<'schema>
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