Struct clacks_mtproto::mtproto::rpc::DestroyAuthKey [] [src]

pub struct DestroyAuthKey;

TL-derived from destroy_auth_key

destroy_auth_key#d1435160 = DestroyAuthKeyRes;

Trait Implementations

impl Debug for DestroyAuthKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DestroyAuthKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DestroyAuthKey
[src]

[src]

[src]

impl Function for DestroyAuthKey
[src]

impl BareSerialize for DestroyAuthKey
[src]

Auto Trait Implementations