Struct clacks::mtproto::updateChannel [] [src]

pub struct updateChannel {
    pub channel_id: int,
}

Fields

Trait Implementations

impl Debug for updateChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChannel
[src]

[src]

impl BareDeserialize for updateChannel
[src]

[src]

impl IntoBoxed for updateChannel
[src]

[src]

Auto Trait Implementations

impl Send for updateChannel

impl Sync for updateChannel