Enum twilight_model::channel::GuildChannel [−][src]
pub enum GuildChannel {
Category(CategoryChannel),
NewsThread(NewsThread),
PrivateThread(PrivateThread),
PublicThread(PublicThread),
Text(TextChannel),
Voice(VoiceChannel),
Stage(VoiceChannel),
}Variants
Category(CategoryChannel)Tuple Fields of Category
NewsThread(NewsThread)Tuple Fields of NewsThread
0: NewsThreadPrivateThread(PrivateThread)Tuple Fields of PrivateThread
PublicThread(PublicThread)Tuple Fields of PublicThread
0: PublicThreadText(TextChannel)Tuple Fields of Text
0: TextChannelVoice(VoiceChannel)Tuple Fields of Voice
0: VoiceChannelStage(VoiceChannel)Tuple Fields of Stage
0: VoiceChannelImplementations
Type of the guild channel.
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 GuildChannel
impl Send for GuildChannel
impl Sync for GuildChannel
impl Unpin for GuildChannel
impl UnwindSafe for GuildChannel
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more