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

pub struct Empty {
    pub date: int,
    pub seq: int,
}

TL-derived from updates.differenceEmpty

updates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference;

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