Struct dnsimple::dnsimple::registrar::DomainPrice[][src]

pub struct DomainPrice {
    pub domain: String,
    pub premium: bool,
    pub registration_price: f32,
    pub renewal_price: f32,
    pub transfer_price: f32,
}
Expand description

Represents the domain prices

Fields

domain: String

The domain name

premium: bool

Whether the domain is premium.

registration_price: f32

The price for registration

renewal_price: f32

The price for renewal

transfer_price: f32

The price for transfer

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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 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.