Struct async_graphql_parser::types::TypeCondition [−][src]
pub struct TypeCondition {
pub on: Positioned<Name>,
}Expand description
A type a fragment can apply to (on followed by the type).
Fields
on: Positioned<Name>The type this fragment applies to.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeConditionimpl Send for TypeConditionimpl Sync for TypeConditionimpl Unpin for TypeConditionimpl UnwindSafe for TypeConditionBlanket Implementations
Mutably borrows from an owned value. Read more