Enum robespierre_models::channels::Channel [−][src]
pub enum Channel {
SavedMessages(SavedMessagesChannel),
DirectMessage(DirectMessageChannel),
Group(GroupChannel),
TextChannel(TextChannel),
VoiceChannel(VoiceChannel),
}Expand description
A channel
Variants
SavedMessages(SavedMessagesChannel)Tuple Fields of SavedMessages
DirectMessage(DirectMessageChannel)Tuple Fields of DirectMessage
Group(GroupChannel)Tuple Fields of Group
0: GroupChannelTextChannel(TextChannel)Tuple Fields of TextChannel
0: TextChannelVoiceChannel(VoiceChannel)Tuple Fields of VoiceChannel
0: VoiceChannelImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Channel
impl UnwindSafe for Channel
Blanket Implementations
Mutably borrows from an owned value. Read more