Struct fractal_dto::v1::public::NewPasswordDTO
[−]
[src]
pub struct NewPasswordDTO {
pub new_password: String,
}The new password data type object
Fields
new_password: String
The new password
Trait Implementations
impl Encodable for NewPasswordDTO[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
impl Decodable for NewPasswordDTO[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<NewPasswordDTO, __D::Error>
Deserialize a value using a Decoder.