Struct dnsimple::dnsimple::domains_email_forwards::EmailForward[][src]

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

Represents an email forwards

Fields

id: u64

The email forward ID in DNSimple.

domain_id: u64

The associated domain ID.

alias_email: String

The email alias

destination_email: String

The destination email

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.