pub struct InterfaceTypeExtension<'a> {
pub name: Name<'a>,
pub interfaces: AstVec<'a, NamedType<'a>>,
pub directives: AstVec<'a, Directive<'a>>,
pub fields: AstVec<'a, FieldDefinition<'a>>,
pub span: Span,
}Fields§
§name: Name<'a>§interfaces: AstVec<'a, NamedType<'a>>§directives: AstVec<'a, Directive<'a>>§fields: AstVec<'a, FieldDefinition<'a>>§span: SpanTrait Implementations§
Source§impl<'a> Debug for InterfaceTypeExtension<'a>
impl<'a> Debug for InterfaceTypeExtension<'a>
Source§impl<'a> PartialEq for InterfaceTypeExtension<'a>
impl<'a> PartialEq for InterfaceTypeExtension<'a>
Source§fn eq(&self, other: &InterfaceTypeExtension<'a>) -> bool
fn eq(&self, other: &InterfaceTypeExtension<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for InterfaceTypeExtension<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for InterfaceTypeExtension<'a>
impl<'a> !Send for InterfaceTypeExtension<'a>
impl<'a> !Sync for InterfaceTypeExtension<'a>
impl<'a> !UnwindSafe for InterfaceTypeExtension<'a>
impl<'a> Freeze for InterfaceTypeExtension<'a>
impl<'a> Unpin for InterfaceTypeExtension<'a>
impl<'a> UnsafeUnpin for InterfaceTypeExtension<'a>
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