Struct clacks_mtproto::mtproto::rpc::payments::ClearSavedInfo [] [src]

pub struct ClearSavedInfo {
    pub credentials: bool,
    pub info: bool,
}

TL-derived from payments.clearSavedInfo

payments.clearSavedInfo#d83d70c1 flags:# credentials:flags.0?true info:flags.1?true = Bool;

Fields

Trait Implementations

impl Debug for ClearSavedInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ClearSavedInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ClearSavedInfo
[src]

[src]

[src]

impl Function for ClearSavedInfo
[src]

impl BareSerialize for ClearSavedInfo
[src]

Auto Trait Implementations