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