Struct clacks::mtproto::rpc::help::getAppChangelog [] [src]

pub struct getAppChangelog {
    pub prev_app_version: string,
}

Fields

Trait Implementations

impl Debug for getAppChangelog
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getAppChangelog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getAppChangelog
[src]

impl BareSerialize for getAppChangelog
[src]

[src]

Auto Trait Implementations