pub struct ScalarTypeExtensionSyntax<'src> {
pub extend_keyword: GraphQLToken<'src>,
pub scalar_keyword: GraphQLToken<'src>,
}Expand description
Syntax detail for a ScalarTypeExtension.
Fields§
§extend_keyword: GraphQLToken<'src>§scalar_keyword: GraphQLToken<'src>Trait Implementations§
Source§impl<'src> Clone for ScalarTypeExtensionSyntax<'src>
impl<'src> Clone for ScalarTypeExtensionSyntax<'src>
Source§fn clone(&self) -> ScalarTypeExtensionSyntax<'src>
fn clone(&self) -> ScalarTypeExtensionSyntax<'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 ScalarTypeExtensionSyntax<'src>
impl<'src> Debug for ScalarTypeExtensionSyntax<'src>
Source§impl<'src> PartialEq for ScalarTypeExtensionSyntax<'src>
impl<'src> PartialEq for ScalarTypeExtensionSyntax<'src>
Source§fn eq(&self, other: &ScalarTypeExtensionSyntax<'src>) -> bool
fn eq(&self, other: &ScalarTypeExtensionSyntax<'src>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'src> StructuralPartialEq for ScalarTypeExtensionSyntax<'src>
Auto Trait Implementations§
impl<'src> Freeze for ScalarTypeExtensionSyntax<'src>
impl<'src> RefUnwindSafe for ScalarTypeExtensionSyntax<'src>
impl<'src> Send for ScalarTypeExtensionSyntax<'src>
impl<'src> Sync for ScalarTypeExtensionSyntax<'src>
impl<'src> Unpin for ScalarTypeExtensionSyntax<'src>
impl<'src> UnsafeUnpin for ScalarTypeExtensionSyntax<'src>
impl<'src> UnwindSafe for ScalarTypeExtensionSyntax<'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