Struct synac::common::LoginUpdate [] [src]

pub struct LoginUpdate {
    pub name: Option<String>,
    pub password_current: Option<String>,
    pub password_new: Option<String>,
    pub reset_token: bool,
}

Fields

Trait Implementations

impl Clone for LoginUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LoginUpdate
[src]

[src]

Formats the value using the given formatter.

impl Default for LoginUpdate
[src]

[src]

Returns the "default value" for a type. Read more