Struct clacks::mtproto::encryptedMessageService [] [src]

pub struct encryptedMessageService {
    pub random_id: long,
    pub chat_id: int,
    pub date: int,
    pub bytes: bytes,
}

Fields

Trait Implementations

impl Debug for encryptedMessageService
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for encryptedMessageService
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for encryptedMessageService
[src]

[src]

impl BareDeserialize for encryptedMessageService
[src]

[src]

impl IntoBoxed for encryptedMessageService
[src]

Auto Trait Implementations