[−][src]Struct juniper::meta::EnumMeta
Enum type metadata
Methods
impl<'a, S> EnumMeta<'a, S> where
S: ScalarValue + 'a,
[src]
S: ScalarValue + 'a,
pub fn new<T>(name: Cow<'a, str>, values: &[EnumValue]) -> Self where
T: FromInputValue<S>,
&'b S: ScalarRefValue<'b>,
[src]
T: FromInputValue<S>,
&'b S: ScalarRefValue<'b>,
Build a new enum type with the specified name and possible values
pub fn description(self, description: &str) -> EnumMeta<'a, S>
[src]
Set the description of the type
If a description was provided prior to calling this method, it will be overwritten
pub fn into_meta(self) -> MetaType<'a, S>
[src]
Wrap this enum type in a generic meta type
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,