Struct clacks_mtproto::mtproto::encrypted_chat::Discarded [] [src]

pub struct Discarded {
    pub id: int,
}

TL-derived from encryptedChatDiscarded

encryptedChatDiscarded#13d6dd27 id:int = EncryptedChat;

Fields

Trait Implementations

impl Debug for Discarded
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Discarded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Discarded
[src]

impl BareDeserialize for Discarded
[src]

impl IntoBoxed for Discarded
[src]

Auto Trait Implementations

impl Send for Discarded

impl Sync for Discarded