Struct clacks_mtproto::mtproto::account::password::NoPassword [] [src]

pub struct NoPassword {
    pub new_salt: bytes,
    pub email_unconfirmed_pattern: string,
}

TL-derived from account.noPassword

account.noPassword#96dabc18 new_salt:bytes email_unconfirmed_pattern:string = account.Password;

Fields

Trait Implementations

impl Debug for NoPassword
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NoPassword
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NoPassword
[src]

impl BareDeserialize for NoPassword
[src]

impl IntoBoxed for NoPassword
[src]

Auto Trait Implementations

impl Send for NoPassword

impl Sync for NoPassword