Struct dnsimple::dnsimple::tlds::Tlds[][src]

pub struct Tlds<'a> {
    pub client: &'a Client,
}
Expand description

The Tlds Service handles the tlds of the DNSimple API.

See API Documentation: tlds

Fields

client: &'a Client

Implementations

Returns the list of TLDs supported for registration or transfer.

Retrieves the details of a supported TLD.

Attributes

tld: The TLD name

Lists the TLD Extended Attributes

Attributes

tld: The TLD name

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.