Enum discord_sdk::activity::ActivityKind [−][src]
#[repr(u8)]
pub enum ActivityKind {
Playing,
Streaming,
Listening,
Watching,
Custom,
Competing,
}
Variants
Playing
Streaming
Listening
Watching
Custom
Competing
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ActivityKind
impl Send for ActivityKind
impl Sync for ActivityKind
impl Unpin for ActivityKind
impl UnwindSafe for ActivityKind
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