Struct clacks::mtproto::inputChannel [] [src]

pub struct inputChannel {
    pub channel_id: int,
    pub access_hash: long,
}

Fields

Trait Implementations

impl Debug for inputChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputChannel
[src]

[src]

impl BareDeserialize for inputChannel
[src]

[src]

impl IntoBoxed for inputChannel
[src]

Auto Trait Implementations

impl Send for inputChannel

impl Sync for inputChannel