Struct clacks::mtproto::pageBlockChannel [] [src]

pub struct pageBlockChannel {
    pub channel: Chat,
}

Fields

Trait Implementations

impl Debug for pageBlockChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for pageBlockChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for pageBlockChannel
[src]

[src]

impl BareDeserialize for pageBlockChannel
[src]

[src]

impl IntoBoxed for pageBlockChannel
[src]

Auto Trait Implementations