Struct clacks::mtproto::updateChannelTooLong [] [src]

pub struct updateChannelTooLong {
    pub channel_id: int,
    pub pts: Option<int>,
}

Fields

Trait Implementations

impl Debug for updateChannelTooLong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChannelTooLong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChannelTooLong
[src]

[src]

impl BareDeserialize for updateChannelTooLong
[src]

[src]

impl IntoBoxed for updateChannelTooLong
[src]

[src]

Auto Trait Implementations