Struct discord::model::ChannelOverride [] [src]

pub struct ChannelOverride {
    pub channel_id: ChannelId,
    pub message_notifications: NotificationLevel,
    pub muted: bool,
}

A channel-specific notification settings override

Fields

Methods

impl ChannelOverride
[src]

Trait Implementations

impl Debug for ChannelOverride
[src]

Formats the value using the given formatter.

impl Clone for ChannelOverride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more