Struct discord::model::UserServerSettings [] [src]

pub struct UserServerSettings {
    pub server_id: Option<ServerId>,
    pub message_notifications: NotificationLevel,
    pub mobile_push: bool,
    pub muted: bool,
    pub suppress_everyone: bool,
    pub channel_overrides: Vec<ChannelOverride>,
}

User settings which influence per-server notification behavior

Fields

Methods

impl UserServerSettings
[src]

Trait Implementations

impl Debug for UserServerSettings
[src]

Formats the value using the given formatter.

impl Clone for UserServerSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more