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

pub struct Empty {
    pub id: int,
}

TL-derived from encryptedChatEmpty

encryptedChatEmpty#ab7ec0a0 id:int = EncryptedChat;

Fields

Trait Implementations

impl Debug for Empty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Empty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Empty
[src]

impl BareDeserialize for Empty
[src]

impl IntoBoxed for Empty
[src]

Auto Trait Implementations

impl Send for Empty

impl Sync for Empty