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

pub struct ResetPasswordDTO {
    pub email: String,
}

Struct to reset the users password

Fields

Where the email of the user

Trait Implementations

impl Clone for ResetPasswordDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for ResetPasswordDTO
[src]

Serialize a value using an Encoder.

impl Decodable for ResetPasswordDTO
[src]

Deserialize a value using a Decoder.

impl DTO for ResetPasswordDTO
[src]

Auto Trait Implementations