Struct dnsimple::dnsimple::tlds::Tld[][src]

pub struct Tld {
    pub tld: String,
    pub tld_type: u64,
    pub whois_privacy: bool,
    pub auto_renew_only: bool,
    pub idn: bool,
    pub minimum_registration: u64,
    pub registration_enabled: bool,
    pub renewal_enabled: bool,
    pub transfer_enabled: bool,
    pub dnssec_interface_type: Option<String>,
}
Expand description

Represents a TLD in DNSimple

Fields

tld: String

The TLD in DNSimple.

tld_type: u64

The TLD type.

whois_privacy: bool

True if Whois Privacy Protection is available.

auto_renew_only: bool

True if TLD requires use of auto-renewal for renewals.

idn: bool

True if IDN is available.

minimum_registration: u64

The minimum registration period, in years.

registration_enabled: bool

True if DNSimple supports registrations for this TLD.

renewal_enabled: bool

True if DNSimple supports renewals for this TLD.

transfer_enabled: bool

True if DNSimple supports inbound transfers for this TLD.

dnssec_interface_type: Option<String>

Type of data interface required for DNSSEC for this TLD.

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.