pub struct DetailedFlavorQuery { /* private fields */ }
Expand description

A detailed query to flavor list.

Implementations

Convert this query into an iterator executing the request.

This iterator yields full Flavor objects.

Returns a FallibleIterator, which is an iterator with each next call returning a Result.

Note that no requests are done until you start iterating.

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
The elements of the iterator.
The error value of the iterator.
The iterator.
Creates a fallible iterator from a value.
Item type.
Default limit to use with this query.
Whether pagination is supported for this query.
Extract a marker from a resource.
Get a chunk of resources.
Validate the query before the first execution. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.