Struct geeny_api::models::RegistrationRequest [] [src]

pub struct RegistrationRequest {
    pub email: String,
    pub first_name: String,
    pub last_name: String,
    pub password: String,
    pub is_developer: bool,
}

Structure for creating a user account on the Geeny Cloud

Fields

Trait Implementations

impl Debug for RegistrationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RegistrationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RegistrationRequest
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for RegistrationRequest
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more