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