Struct clacks::mtproto::account::password [] [src]

pub struct password {
    pub current_salt: bytes,
    pub new_salt: bytes,
    pub hint: string,
    pub has_recovery: Bool,
    pub email_unconfirmed_pattern: string,
}

Fields

Trait Implementations

impl Debug for password
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for password
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for password
[src]

[src]

impl BareDeserialize for password
[src]

[src]

impl IntoBoxed for password
[src]

Auto Trait Implementations

impl Send for password

impl Sync for password