Struct dasi::model::ChannelOverride [] [src]

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

A channel-specific notification settings override

Fields

channel_id
message_notifications
muted

Methods

impl ChannelOverride

fn decode(value: Value) -> Result<ChannelOverride>

Trait Implementations

Derived Implementations

impl Clone for ChannelOverride

fn clone(&self) -> ChannelOverride

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for ChannelOverride

fn fmt(&self, __arg_0: &mut Formatter) -> Result