Struct clacks::mtproto::updates::channelDifferenceEmpty [] [src]

pub struct channelDifferenceEmpty {
    pub final_: bool,
    pub pts: int,
    pub timeout: Option<int>,
}

Fields

Trait Implementations

impl Debug for channelDifferenceEmpty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelDifferenceEmpty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelDifferenceEmpty
[src]

[src]

impl BareDeserialize for channelDifferenceEmpty
[src]

[src]

impl IntoBoxed for channelDifferenceEmpty
[src]

Auto Trait Implementations