Struct gitlab::types::Email [] [src]

pub struct Email {
    pub id: EmailId,
    pub email: String,
}

Email address.

Fields

ID of the email.

The email address.

Trait Implementations

impl Debug for Email
[src]

Formats the value using the given formatter.

impl Clone for Email
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more