Struct clacks_mtproto::mtproto::rpc::help::SaveAppLog [] [src]

pub struct SaveAppLog {
    pub events: Vector<Boxed, InputAppEvent>,
}

TL-derived from help.saveAppLog

help.saveAppLog#6f02f748 events:Vector<InputAppEvent> = Bool;

Fields

Trait Implementations

impl Debug for SaveAppLog
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SaveAppLog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SaveAppLog
[src]

[src]

[src]

impl Function for SaveAppLog
[src]

impl BareSerialize for SaveAppLog
[src]

Auto Trait Implementations

impl Send for SaveAppLog

impl Sync for SaveAppLog