Struct fractal_dto::RegisterDTO [] [src]

pub struct RegisterDTO {
    pub username: String,
    pub password: String,
    pub email: String,
}

Struct for for signup verification

Fields

Trait Implementations

impl Decodable for RegisterDTO
[src]

impl Encodable for RegisterDTO
[src]

impl Clone for RegisterDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DTO for RegisterDTO
[src]