Struct graphql_tools::static_graphql::schema::EnumValue   [−][src]
pub struct EnumValue<'a, T> where
    T: Text<'a>,  {
    pub position: Pos,
    pub description: Option<String>,
    pub name: <T as Text<'a>>::Value,
    pub directives: Vec<Directive<'a, T>, Global>,
}Fields
position: Posdescription: Option<String>name: <T as Text<'a>>::Valuedirectives: Vec<Directive<'a, T>, Global>Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for EnumValue<'a, T> where
    <T as Text<'a>>::Value: RefUnwindSafe, 
impl<'a, T> UnwindSafe for EnumValue<'a, T> where
    <T as Text<'a>>::Value: UnwindSafe + RefUnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more
