Struct openstack::compute::KeyPairQuery[][src]

pub struct KeyPairQuery { /* fields omitted */ }

A query to server list.

Methods

impl KeyPairQuery
[src]

Add marker to the request.

Using this disables automatic pagination.

Add limit to the request.

Using this disables automatic pagination.

Convert this query into an iterator executing the request.

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

Note that no requests are done until you start iterating.

Execute this request and return all results.

A convenience shortcut for self.into_iter().collect().

Return one and exactly one result.

Fails with ResourceNotFound if the query produces no results and with TooManyItems if the query produces more than one result.

Trait Implementations

impl Clone for KeyPairQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeyPairQuery
[src]

Formats the value using the given formatter. Read more

impl IntoFallibleIterator for KeyPairQuery
[src]

The elements of the iterator.

The error value of the iterator.

The iterator.

Creates a fallible iterator from a value.

Auto Trait Implementations

impl !Send for KeyPairQuery

impl !Sync for KeyPairQuery