Struct clacks_mtproto::mtproto::rpc::account::ResetAuthorization [] [src]

pub struct ResetAuthorization {
    pub hash: long,
}

TL-derived from account.resetAuthorization

account.resetAuthorization#df77f3bc hash:long = Bool;

Fields

Trait Implementations

impl Debug for ResetAuthorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResetAuthorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ResetAuthorization
[src]

[src]

[src]

impl Function for ResetAuthorization
[src]

impl BareSerialize for ResetAuthorization
[src]

Auto Trait Implementations