Struct clacks_mtproto::mtproto::update::NotifySettings [] [src]

pub struct NotifySettings {
    pub peer: NotifyPeer,
    pub notify_settings: PeerNotifySettings,
}

TL-derived from updateNotifySettings

updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;

Fields

Trait Implementations

impl Debug for NotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NotifySettings
[src]

impl BareDeserialize for NotifySettings
[src]

impl IntoBoxed for NotifySettings
[src]

[src]

Auto Trait Implementations