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 TypeCondition
impl Send for TypeCondition
impl Sync for TypeCondition
impl Unpin for TypeCondition
impl UnwindSafe for TypeCondition
Blanket Implementations
Mutably borrows from an owned value. Read more