Struct fractal_dto::v1::public::RegisterDTO [] [src]

pub struct RegisterDTO {
    pub username: String,
    pub password: String,
    pub email: String,
    pub referer: Option<String>,
}

Struct for signup verification

Fields

The users username

The users password

The users email

Posible referer

Trait Implementations

impl Clone for RegisterDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for RegisterDTO
[src]

Serialize a value using an Encoder.

impl Decodable for RegisterDTO
[src]

Deserialize a value using a Decoder.

impl DTO for RegisterDTO
[src]