pub struct IntrospectionField {
pub name: Name,
pub alias: Option<Name>,
pub arguments: IndexMap<Name, ConstValue>,
pub directives: Vec<IntrospectionDirective>,
pub selection_set: IntrospectionSelectionSet,
}Fields§
§name: Name§alias: Option<Name>§arguments: IndexMap<Name, ConstValue>§directives: Vec<IntrospectionDirective>§selection_set: IntrospectionSelectionSetTrait Implementations§
Source§impl Debug for IntrospectionField
impl Debug for IntrospectionField
Auto Trait Implementations§
impl Freeze for IntrospectionField
impl RefUnwindSafe for IntrospectionField
impl Send for IntrospectionField
impl Sync for IntrospectionField
impl Unpin for IntrospectionField
impl UnwindSafe for IntrospectionField
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