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

pub struct affectedHistory {
    pub pts: int,
    pub pts_count: int,
    pub offset: int,
}

Fields

Trait Implementations

impl Debug for affectedHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for affectedHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for affectedHistory
[src]

[src]

impl BareDeserialize for affectedHistory
[src]

[src]

impl IntoBoxed for affectedHistory
[src]

Auto Trait Implementations