Struct clacks::mtproto::encryptedChat [] [src]

pub struct encryptedChat {
    pub id: int,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_or_b: bytes,
    pub key_fingerprint: long,
}

Fields

Trait Implementations

impl Debug for encryptedChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for encryptedChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for encryptedChat
[src]

[src]

impl BareDeserialize for encryptedChat
[src]

[src]

impl IntoBoxed for encryptedChat
[src]

Auto Trait Implementations

impl Send for encryptedChat

impl Sync for encryptedChat