Struct clacks_mtproto::mtproto::input_app_event::InputAppEvent [] [src]

pub struct InputAppEvent {
    pub time: double,
    pub type_: string,
    pub peer: long,
    pub data: string,
}

TL-derived from inputAppEvent

inputAppEvent#770656a8 time:double type:string peer:long data:string = InputAppEvent;

Fields

Trait Implementations

impl Debug for InputAppEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputAppEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputAppEvent
[src]

impl BareDeserialize for InputAppEvent
[src]

impl IntoBoxed for InputAppEvent
[src]

Auto Trait Implementations

impl Send for InputAppEvent

impl Sync for InputAppEvent