Struct clacks::mtproto::rpc::account::updateNotifySettings [] [src]

pub struct updateNotifySettings {
    pub peer: InputNotifyPeer,
    pub settings: InputPeerNotifySettings,
}

Fields

Trait Implementations

impl Debug for updateNotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateNotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for updateNotifySettings
[src]

impl BareSerialize for updateNotifySettings
[src]

[src]

Auto Trait Implementations