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

pub struct Channel {
    pub channel: Chat,
}

TL-derived from pageBlockChannel

pageBlockChannel#ef1751b5 channel:Chat = PageBlock;

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]

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel