Struct clacks::mtproto::peerNotifySettings [] [src]

pub struct peerNotifySettings {
    pub show_previews: bool,
    pub silent: bool,
    pub mute_until: int,
    pub sound: string,
}

Fields

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 BareSerialize for peerNotifySettings
[src]

[src]

impl BareDeserialize for peerNotifySettings
[src]

[src]

impl IntoBoxed for peerNotifySettings
[src]

Auto Trait Implementations