Struct juniper::meta::Argument[][src]

pub struct Argument<'a, S> { /* fields omitted */ }
Expand description

Metadata for an argument to a field

Implementations

Returns true if the type is built-in to GraphQL.

Set the description of the argument

This overwrites the description if any was previously set.

Set the default value of the argument

This overwrites the default value if any was previously set.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

An arbitrary function without meaning. Read more

Returns name of this GraphQLType to expose. Read more

Returns MetaType representing this GraphQLType.

Context type for this GraphQLValue. Read more

Type that may carry additional schema information for this GraphQLValue. Read more

Returns name of the GraphQLType exposed by this GraphQLValue. Read more

Resolves the value of a single field on this GraphQLValue. Read more

Returns the concrete GraphQLType name for this GraphQLValue being an interface, an union or an object. Read more

Resolves this GraphQLValue (being an interface or an union) into a concrete downstream object type. Read more

Resolves the provided selection_set against this GraphQLValue. Read more

Resolves the value of a single field on this GraphQLValueAsync. Read more

Resolves this GraphQLValueAsync (being an interface or an union) into a concrete downstream object type. Read more

Resolves the provided selection_set against this GraphQLValueAsync. Read more

An arbitrary function without meaning. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.