Struct dnsimple::dnsimple::RequestOptions[][src]

pub struct RequestOptions {
    pub filters: Option<Filters>,
    pub sort: Option<Sort>,
    pub paginate: Option<Paginate>,
}
Expand description

When you can send some options into the request (i.e. for pagination).

Fields

filters: Option<Filters>

Filtering makes it possible to ask only for the exact subset of data that you you’re looking for.

sort: Option<Sort>

API v2 results are implicitly sorted according to policies that vary from endpoint to endpoint.

paginate: Option<Paginate>

Pagination options

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 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.