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

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

Fields

Trait Implementations

impl Debug for CustomerEmail
[src]

[src]

Formats the value using the given formatter.