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

pub struct NewPasswordDTO {
    pub new_password: String,
}

The new password data type object

Fields

The new password

Trait Implementations

impl Encodable for NewPasswordDTO
[src]

Serialize a value using an Encoder.

impl Decodable for NewPasswordDTO
[src]

Deserialize a value using a Decoder.

impl DTO for NewPasswordDTO
[src]

Auto Trait Implementations