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

pub struct TooLong {
    pub pts: int,
}

TL-derived from updates.differenceTooLong

updates.differenceTooLong#4afe8f6d pts:int = updates.Difference;

Fields

Trait Implementations

impl Debug for TooLong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TooLong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for TooLong
[src]

impl BareDeserialize for TooLong
[src]

impl IntoBoxed for TooLong
[src]

Auto Trait Implementations

impl Send for TooLong

impl Sync for TooLong