Enum graphql_tools::static_graphql::schema::Type [−][src]
pub enum Type<'a, T> where
T: Text<'a>, {
NamedType(<T as Text<'a>>::Value),
ListType(Box<Type<'a, T>, Global>),
NonNullType(Box<Type<'a, T>, Global>),
}
Variants
NamedType(<T as Text<'a>>::Value)
ListType(Box<Type<'a, T>, Global>)
NonNullType(Box<Type<'a, T>, Global>)
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Type<'a, T> where
<T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> UnwindSafe for Type<'a, T> where
<T as Text<'a>>::Value: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more