Struct clacks::mtproto::rpc::messages::discardEncryption [] [src]

pub struct discardEncryption {
    pub chat_id: int,
}

Fields

Trait Implementations

impl Debug for discardEncryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for discardEncryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for discardEncryption
[src]

impl BareSerialize for discardEncryption
[src]

[src]

Auto Trait Implementations