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
channel_id: ChannelId
message_notifications: NotificationLevel
muted: bool
Trait Implementations
impl Debug for ChannelOverride
[src]
impl Clone for ChannelOverride
[src]
fn clone(&self) -> ChannelOverride
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more