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

pub struct readMessageContents {
    pub channel: InputChannel,
    pub id: Vector<Bare, int>,
}

Fields

Trait Implementations

impl Debug for readMessageContents
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for readMessageContents
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for readMessageContents
[src]

impl BareSerialize for readMessageContents
[src]

[src]

Auto Trait Implementations