Struct juniper::meta::NullableMeta [−][src]
pub struct NullableMeta<'a> { /* fields omitted */ }Nullable type metadata
Methods
impl<'a> NullableMeta<'a>[src]
impl<'a> NullableMeta<'a>pub fn new(of_type: Type<'a>) -> NullableMeta<'a>[src]
pub fn new(of_type: Type<'a>) -> NullableMeta<'a>Build a new nullable type by wrapping the specified type
pub fn into_meta(self) -> MetaType<'a>[src]
pub fn into_meta(self) -> MetaType<'a>Wrap the nullable type in a generic meta type
Trait Implementations
impl<'a> Debug for NullableMeta<'a>[src]
impl<'a> Debug for NullableMeta<'a>Auto Trait Implementations
impl<'a> Send for NullableMeta<'a>
impl<'a> Send for NullableMeta<'a>impl<'a> Sync for NullableMeta<'a>
impl<'a> Sync for NullableMeta<'a>