Struct fractal_dto::v1::public::ResetPasswordDTO
[−]
[src]
pub struct ResetPasswordDTO {
pub username: String,
pub email: String,
}Struct to reset the users password
Fields
username: String
The the username of the user
email: String
Where the email of the user
Trait Implementations
impl Clone for ResetPasswordDTO[src]
fn clone(&self) -> ResetPasswordDTO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Encodable for ResetPasswordDTO[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder.
impl Decodable for ResetPasswordDTO[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ResetPasswordDTO, __D::Error>
Deserialize a value using a Decoder.