Enum discord_sdk::activity::ActivityActionKind [−][src]
#[repr(u8)]
pub enum ActivityActionKind {
Join,
Spectate,
}
Variants
Join
Invites the user to join your game
Spectate
Invites the user to spectate your game
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ActivityActionKind
impl Send for ActivityActionKind
impl Sync for ActivityActionKind
impl Unpin for ActivityActionKind
impl UnwindSafe for ActivityActionKind
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