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