Struct clacks_mtproto::mtproto::peer::Channel [] [src]

pub struct Channel {
    pub channel_id: int,
}

TL-derived from peerChannel

peerChannel#bddde532 channel_id:int = Peer;

Fields

Trait Implementations

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Channel
[src]

impl BareDeserialize for Channel
[src]

impl IntoBoxed for Channel
[src]

[src]

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel