Struct clacks::mtproto::rpc::channels::readHistory [] [src]

pub struct readHistory {
    pub channel: InputChannel,
    pub max_id: int,
}

Fields

Trait Implementations

impl Debug for readHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for readHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for readHistory
[src]

impl BareSerialize for readHistory
[src]

[src]

Auto Trait Implementations

impl Send for readHistory

impl Sync for readHistory