Enum discord_sdk::overlay::InviteAction [−][src]
#[repr(u8)]
pub enum InviteAction {
Join,
Spectate,
}
Variants
Join
Spectate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InviteAction
impl Send for InviteAction
impl Sync for InviteAction
impl Unpin for InviteAction
impl UnwindSafe for InviteAction
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