Struct gitlab::types::EmailId [] [src]

pub struct EmailId(_);

Type-safe email ID.

Methods

impl EmailId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for EmailId
[src]

Formats the value using the given formatter.

impl Clone for EmailId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EmailId
[src]

impl PartialEq for EmailId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EmailId
[src]

impl Display for EmailId
[src]

Formats the value using the given formatter. Read more