Struct fractal_dto::ResetPasswordDTO [] [src]

pub struct ResetPasswordDTO {
    pub username: String,
    pub email: String,
}

Struct to reset the users password

Fields

The the username of the user

Where the email of the user

Trait Implementations

impl Decodable for ResetPasswordDTO
[src]

impl Encodable for ResetPasswordDTO
[src]

impl Clone for ResetPasswordDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DTO for ResetPasswordDTO
[src]