Struct authy::api::user::UserNew [] [src]

pub struct UserNew {
    pub id: u32,
}

Returned when creating a new authy user.

Fields

This id is unique per API KEY and should be stored in your database.

Trait Implementations

impl Debug for UserNew
[src]

Formats the value using the given formatter.

impl Clone for UserNew
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for UserNew
[src]

impl PartialEq for UserNew
[src]

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

This method tests for !=.