Struct juniper::meta::UnionMeta[][src]

pub struct UnionMeta<'a> { /* fields omitted */ }

Union type metadata

Methods

impl<'a> UnionMeta<'a>
[src]

Build a new union type with the specified name and possible types

Set the description of the type

If a description was provided prior to calling this method, it will be overwritten.

Wrap this union type in a generic meta type

Trait Implementations

impl<'a> Debug for UnionMeta<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for UnionMeta<'a>

impl<'a> Sync for UnionMeta<'a>