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
email: String
first_name: String
last_name: String
password: String
is_developer: bool
Trait Implementations
impl Debug for RegistrationRequest[src]
impl Clone for RegistrationRequest[src]
fn clone(&self) -> RegistrationRequest[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for RegistrationRequest[src]
fn eq(&self, __arg_0: &RegistrationRequest) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RegistrationRequest) -> bool[src]
This method tests for !=.