Struct graphql_tools::introspection::IntrospectionEnumType
source · [−]pub struct IntrospectionEnumType {
pub name: String,
pub description: Option<String>,
pub enum_values: Vec<IntrospectionEnumValue>,
}
Fields
name: String
description: Option<String>
enum_values: Vec<IntrospectionEnumValue>
Trait Implementations
sourceimpl Debug for IntrospectionEnumType
impl Debug for IntrospectionEnumType
sourceimpl<'de> Deserialize<'de> for IntrospectionEnumType
impl<'de> Deserialize<'de> for IntrospectionEnumType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for IntrospectionEnumType
impl Serialize for IntrospectionEnumType
Auto Trait Implementations
impl RefUnwindSafe for IntrospectionEnumType
impl Send for IntrospectionEnumType
impl Sync for IntrospectionEnumType
impl Unpin for IntrospectionEnumType
impl UnwindSafe for IntrospectionEnumType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more