Enum twilight_model::channel::Channel [−][src]
pub enum Channel {
Group(Group),
Guild(GuildChannel),
Private(PrivateChannel),
}Variants
Group(Group)Tuple Fields of Group
0: GroupGuild(GuildChannel)Tuple Fields of Guild
0: GuildChannelPrivate(PrivateChannel)Tuple Fields of Private
Implementations
Type of the channel.
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
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