Enum discord_sdk::voice::events::VoiceEvent [−][src]
pub enum VoiceEvent {
Refresh(VoiceSettingsUpdateEvent),
}
Variants
Refresh(VoiceSettingsUpdateEvent)
Tuple Fields
An actual refresh event from Discord which we use as a source of truth
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoiceEvent
impl Send for VoiceEvent
impl Sync for VoiceEvent
impl Unpin for VoiceEvent
impl UnwindSafe for VoiceEvent
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