pub struct FragmentSpreadSyntax<'src> {
pub ellipsis: GraphQLToken<'src>,
}Expand description
Syntax detail for a FragmentSpread.
Fields§
§ellipsis: GraphQLToken<'src>Trait Implementations§
Source§impl<'src> Clone for FragmentSpreadSyntax<'src>
impl<'src> Clone for FragmentSpreadSyntax<'src>
Source§fn clone(&self) -> FragmentSpreadSyntax<'src>
fn clone(&self) -> FragmentSpreadSyntax<'src>
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<'src> Debug for FragmentSpreadSyntax<'src>
impl<'src> Debug for FragmentSpreadSyntax<'src>
Source§impl<'src> PartialEq for FragmentSpreadSyntax<'src>
impl<'src> PartialEq for FragmentSpreadSyntax<'src>
impl<'src> StructuralPartialEq for FragmentSpreadSyntax<'src>
Auto Trait Implementations§
impl<'src> Freeze for FragmentSpreadSyntax<'src>
impl<'src> RefUnwindSafe for FragmentSpreadSyntax<'src>
impl<'src> Send for FragmentSpreadSyntax<'src>
impl<'src> Sync for FragmentSpreadSyntax<'src>
impl<'src> Unpin for FragmentSpreadSyntax<'src>
impl<'src> UnsafeUnpin for FragmentSpreadSyntax<'src>
impl<'src> UnwindSafe for FragmentSpreadSyntax<'src>
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