Struct clacks_mtproto::mtproto::updates::channel_difference::Empty [] [src]

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

TL-derived from updates.channelDifferenceEmpty

updates.channelDifferenceEmpty#3e11affb flags:# final:flags.0?true pts:int timeout:flags.1?int = updates.ChannelDifference;

Fields

Trait Implementations

impl Debug for Empty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Empty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Empty
[src]

impl BareDeserialize for Empty
[src]

impl IntoBoxed for Empty
[src]

Auto Trait Implementations

impl Send for Empty

impl Sync for Empty