Skip to main content

StatsEvent

Trait StatsEvent 

Source
pub trait StatsEvent {
    const DEFINITION: EventDefinition;
}
Expand description

Trait implemented by typed stat event payloads.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl StatsEvent for BackboardBounceEvent

Source§

const DEFINITION: EventDefinition = BACKBOARD_BOUNCE_EVENT_DEFINITION

Source§

impl StatsEvent for BallCarryEvent

Source§

const DEFINITION: EventDefinition = BALL_CARRY_EVENT_DEFINITION

Source§

impl StatsEvent for BallDepthEvent

Source§

const DEFINITION: EventDefinition = BALL_DEPTH_EVENT_DEFINITION

Source§

impl StatsEvent for BallHalfEvent

Source§

const DEFINITION: EventDefinition = PRESSURE_EVENT_DEFINITION

Source§

impl StatsEvent for BallProximityEvent

Source§

const DEFINITION: EventDefinition = BALL_PROXIMITY_EVENT_DEFINITION

Source§

impl StatsEvent for BallThirdEvent

Source§

const DEFINITION: EventDefinition = BALL_THIRD_EVENT_DEFINITION

Source§

impl StatsEvent for BoostPickupEvent

Source§

const DEFINITION: EventDefinition = BOOST_PICKUP_EVENT_DEFINITION

Source§

impl StatsEvent for BumpEvent

Source§

const DEFINITION: EventDefinition = BUMP_EVENT_DEFINITION

Source§

impl StatsEvent for CeilingShotEvent

Source§

const DEFINITION: EventDefinition = CEILING_SHOT_EVENT_DEFINITION

Source§

impl StatsEvent for CenterEvent

Source§

const DEFINITION: EventDefinition = CENTER_EVENT_DEFINITION

Source§

impl StatsEvent for ControlledPlayEvent

Source§

const DEFINITION: EventDefinition = CONTROLLED_PLAY_EVENT_DEFINITION

Source§

impl StatsEvent for CorePlayerScoreboardEvent

Source§

const DEFINITION: EventDefinition = CORE_PLAYER_SCOREBOARD_EVENT_DEFINITION

Source§

impl StatsEvent for DemolitionEvent

Source§

const DEFINITION: EventDefinition = DEMOLITION_EVENT_DEFINITION

Source§

impl StatsEvent for DepthRoleEvent

Source§

const DEFINITION: EventDefinition = DEPTH_ROLE_EVENT_DEFINITION

Source§

impl StatsEvent for DodgeEvent

Source§

const DEFINITION: EventDefinition = DODGE_EVENT_DEFINITION

Source§

impl StatsEvent for DodgeResetEvent

Source§

const DEFINITION: EventDefinition = DODGE_RESET_EVENT_DEFINITION

Source§

impl StatsEvent for DoubleTapEvent

Source§

const DEFINITION: EventDefinition = DOUBLE_TAP_EVENT_DEFINITION

Source§

impl StatsEvent for Event

Source§

const DEFINITION: EventDefinition = TIMELINE_ENVELOPE_EVENT_DEFINITION

Source§

impl StatsEvent for FieldHalfEvent

Source§

const DEFINITION: EventDefinition = FIELD_HALF_EVENT_DEFINITION

Source§

impl StatsEvent for FieldThirdEvent

Source§

const DEFINITION: EventDefinition = FIELD_THIRD_EVENT_DEFINITION

Source§

impl StatsEvent for FiftyFiftyEvent

Source§

const DEFINITION: EventDefinition = FIFTY_FIFTY_EVENT_DEFINITION

Source§

impl StatsEvent for FirstManChangeEvent

Source§

const DEFINITION: EventDefinition = FIRST_MAN_CHANGE_EVENT_DEFINITION

Source§

impl StatsEvent for FlickEvent

Source§

const DEFINITION: EventDefinition = FLICK_EVENT_DEFINITION

Source§

impl StatsEvent for FlipResetEvent

Source§

const DEFINITION: EventDefinition = FLIP_RESET_EVENT_DEFINITION

Source§

impl StatsEvent for HalfFlipEvent

Source§

const DEFINITION: EventDefinition = HALF_FLIP_EVENT_DEFINITION

Source§

impl StatsEvent for HalfVolleyEvent

Source§

const DEFINITION: EventDefinition = HALF_VOLLEY_EVENT_DEFINITION

Source§

impl StatsEvent for LoosePossessionEvent

Source§

const DEFINITION: EventDefinition = LOOSE_POSSESSION_EVENT_DEFINITION

Source§

impl StatsEvent for MovementEvent

Source§

const DEFINITION: EventDefinition = MOVEMENT_EVENT_DEFINITION

Source§

impl StatsEvent for OneTimerEvent

Source§

const DEFINITION: EventDefinition = ONE_TIMER_EVENT_DEFINITION

Source§

impl StatsEvent for PassEvent

Source§

const DEFINITION: EventDefinition = PASS_EVENT_DEFINITION

Source§

impl StatsEvent for PlayerActivityEvent

Source§

const DEFINITION: EventDefinition = PLAYER_ACTIVITY_EVENT_DEFINITION

Source§

impl StatsEvent for PlayerPossessionEvent

Source§

const DEFINITION: EventDefinition = PLAYER_POSSESSION_EVENT_DEFINITION

Source§

impl StatsEvent for PossessionEvent

Source§

const DEFINITION: EventDefinition = POSSESSION_EVENT_DEFINITION

Source§

impl StatsEvent for PowerslideEvent

Source§

const DEFINITION: EventDefinition = POWERSLIDE_EVENT_DEFINITION

Source§

impl StatsEvent for RespawnEvent

Source§

const DEFINITION: EventDefinition = BOOST_RESPAWN_EVENT_DEFINITION

Source§

impl StatsEvent for RotationRoleEvent

Source§

const DEFINITION: EventDefinition = ROTATION_ROLE_EVENT_DEFINITION

Source§

impl StatsEvent for RushEvent

Source§

const DEFINITION: EventDefinition = RUSH_EVENT_DEFINITION

Source§

impl StatsEvent for SpeedFlipEvent

Source§

const DEFINITION: EventDefinition = SPEED_FLIP_EVENT_DEFINITION

Source§

impl StatsEvent for TerritorialPressureEvent

Source§

const DEFINITION: EventDefinition = TERRITORIAL_PRESSURE_EVENT_DEFINITION

Source§

impl StatsEvent for TimelineEvent

Source§

const DEFINITION: EventDefinition = TIMELINE_EVENT_DEFINITION

Source§

impl StatsEvent for TouchClassificationEvent

Source§

const DEFINITION: EventDefinition = TOUCH_CLASSIFICATION_EVENT_DEFINITION

Source§

impl StatsEvent for WallAerialEvent

Source§

const DEFINITION: EventDefinition = WALL_AERIAL_EVENT_DEFINITION

Source§

impl StatsEvent for WallAerialShotEvent

Source§

const DEFINITION: EventDefinition = WALL_AERIAL_SHOT_EVENT_DEFINITION

Source§

impl StatsEvent for WavedashEvent

Source§

const DEFINITION: EventDefinition = WAVEDASH_EVENT_DEFINITION

Source§

impl StatsEvent for WhiffEvent

Source§

const DEFINITION: EventDefinition = WHIFF_EVENT_DEFINITION