Struct clacks::mtproto::updateReadHistoryOutbox [] [src]

pub struct updateReadHistoryOutbox {
    pub peer: Peer,
    pub max_id: int,
    pub pts: int,
    pub pts_count: int,
}

Fields

Trait Implementations

impl Debug for updateReadHistoryOutbox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateReadHistoryOutbox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateReadHistoryOutbox
[src]

[src]

impl BareDeserialize for updateReadHistoryOutbox
[src]

[src]

impl IntoBoxed for updateReadHistoryOutbox
[src]

[src]

Auto Trait Implementations