Enum twilight_model::channel::GuildChannel [−][src]
pub enum GuildChannel {
Category(CategoryChannel),
Text(TextChannel),
Voice(VoiceChannel),
Stage(VoiceChannel),
}Variants
Category(CategoryChannel)Text(TextChannel)Voice(VoiceChannel)Stage(VoiceChannel)Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GuildChannelimpl Send for GuildChannelimpl Sync for GuildChannelimpl Unpin for GuildChannelimpl UnwindSafe for GuildChannelBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more