Enum clacks_mtproto::mtproto::PeerNotifySettings [] [src]

pub enum PeerNotifySettings {
    Empty,
    PeerNotifySettings(PeerNotifySettings),
}

TL-derived from PeerNotifySettings

peerNotifySettingsEmpty#70a68512 = PeerNotifySettings;

peerNotifySettings#9acda4c0 flags:# show_previews:flags.0?true silent:flags.1?true mute_until:int sound:string = PeerNotifySettings;

Variants

Methods

impl PeerNotifySettings
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for PeerNotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PeerNotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for PeerNotifySettings
[src]

[src]

[src]

impl BoxedDeserialize for PeerNotifySettings
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations