Struct dnsimple::dnsimple::domains_email_forwards::EmailForwardsInList[][src]

pub struct EmailForwardsInList {
    pub id: u64,
    pub domain_id: u64,
    pub from: String,
    pub to: String,
    pub created_at: String,
    pub updated_at: String,
}
Expand description

Represents a shortened email forwards

Fields

id: u64

The email forward ID in DNSimple.

domain_id: u64

The domain id

from: String

The “local part” of the originating email address. Anything to the left of the @ symbol.

to: String

The full email address to forward to.

created_at: String

When the email forward was created in DNSimple.

updated_at: String

Then the email forward was last updated in DNSimple.

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.