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

pub struct LoginDTO {
    pub user_email: String,
    pub password: String,
    pub remember_me: bool,
}

The login date type object

Fields

The users username or email

The users password

Extends the token time,

Trait Implementations

impl Encodable for LoginDTO
[src]

Serialize a value using an Encoder.

impl Decodable for LoginDTO
[src]

Deserialize a value using a Decoder.

impl DTO for LoginDTO
[src]

Auto Trait Implementations

impl Send for LoginDTO

impl Sync for LoginDTO