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