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

pub struct passwordSettings {
    pub email: string,
}

Fields

Trait Implementations

impl Debug for passwordSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for passwordSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for passwordSettings
[src]

[src]

impl BareDeserialize for passwordSettings
[src]

[src]

impl IntoBoxed for passwordSettings
[src]

Auto Trait Implementations