Struct clacks::mtproto::messages::sentEncryptedMessage [] [src]

pub struct sentEncryptedMessage {
    pub date: int,
}

Fields

Trait Implementations

impl Debug for sentEncryptedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for sentEncryptedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for sentEncryptedMessage
[src]

[src]

impl BareDeserialize for sentEncryptedMessage
[src]

[src]

impl IntoBoxed for sentEncryptedMessage
[src]

Auto Trait Implementations