Struct helpscout::api::customers::CustomerEmail [] [src]

pub struct CustomerEmail {
    pub id: Option<i32>,
    pub value: String,
    pub location: CustomerEmailLocationType,
}

Fields

Methods

impl CustomerEmail
[src]

Trait Implementations

impl Debug for CustomerEmail
[src]

[src]

Formats the value using the given formatter.

impl Clone for CustomerEmail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more