pub enum EventType {
Ready,
Error,
VoiceStateUpdate,
SpeakingStart,
SpeakingStop,
ActivityLayoutModeUpdate,
OrientationUpdate,
CurrentUserUpdate,
ThermalStateUpdate,
ActivityInstanceParticipantsUpdate,
}Variants§
Ready
Error
VoiceStateUpdate
SpeakingStart
SpeakingStop
ActivityLayoutModeUpdate
OrientationUpdate
CurrentUserUpdate
ThermalStateUpdate
ActivityInstanceParticipantsUpdate
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more