Struct dnsimple::dnsimple::DNSimpleEmptyResponse[][src]

pub struct DNSimpleEmptyResponse {
    pub rate_limit: String,
    pub rate_limit_remaining: String,
    pub rate_limit_reset: String,
    pub status: u16,
}
Expand description

Represents an empty response from the DNSimple API (these type of responses happen when issuing DELETE commands for example)

Fields

rate_limit: String

The maximum number of requests you can perform per hour.

rate_limit_remaining: String

The number of requests remaining in the current rate limit window.

rate_limit_reset: String

The time at which the current rate limit window in Unix time format.

status: u16

The HTTP Status Code

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.