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

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

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]

[src]

impl BareDeserialize for noPassword
[src]

[src]

impl IntoBoxed for noPassword
[src]

Auto Trait Implementations

impl Send for noPassword

impl Sync for noPassword