pub enum EventKind {
Show 20 variants
UpdateState,
BallHit,
ClockUpdatedSeconds,
CountdownBegin,
CrossbarHit,
GoalReplayEnd,
GoalReplayStart,
GoalReplayWillEnd,
GoalScored,
MatchCreated,
MatchInitialized,
MatchDestroyed,
MatchEnded,
MatchPaused,
MatchUnpaused,
PodiumStart,
ReplayCreated,
RoundStarted,
StatfeedEvent,
Unknown,
}Variants§
UpdateState
BallHit
ClockUpdatedSeconds
CountdownBegin
CrossbarHit
GoalReplayEnd
GoalReplayStart
GoalReplayWillEnd
GoalScored
MatchCreated
MatchInitialized
MatchDestroyed
MatchEnded
MatchPaused
MatchUnpaused
PodiumStart
ReplayCreated
RoundStarted
StatfeedEvent
Unknown
Trait Implementations§
Source§impl From<&StatsEvent> for EventKind
impl From<&StatsEvent> for EventKind
Source§fn from(value: &StatsEvent) -> Self
fn from(value: &StatsEvent) -> Self
Converts to this type from the input type.
impl Copy for EventKind
impl Eq for EventKind
impl StructuralPartialEq for EventKind
Auto Trait Implementations§
impl Freeze for EventKind
impl RefUnwindSafe for EventKind
impl Send for EventKind
impl Sync for EventKind
impl Unpin for EventKind
impl UnsafeUnpin for EventKind
impl UnwindSafe for EventKind
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