Struct serenity::model::UserGuildSettings [] [src]

pub struct UserGuildSettings {
    pub channel_overrides: Vec<ChannelOverride>,
    pub guild_id: Option<GuildId>,
    pub message_notifications: NotificationLevel,
    pub mobile_push: bool,
    pub muted: bool,
    pub suppress_everyone: bool,
}

Settings about a guild in regards to notification configuration

Fields

Trait Implementations

impl Clone for UserGuildSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserGuildSettings
[src]

Formats the value using the given formatter.