Struct juniper::meta::ListMeta[][src]

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

List type metadata

Methods

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

Build a new list type by wrapping the specified type

Wrap the list in a generic meta type

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ListMeta<'a>

impl<'a> Sync for ListMeta<'a>