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