MetaKind

Trait MetaKind 

Source
pub trait MetaKind: EndpointEntryCache {
    const ENDPOINT_NAME: &'static str;
}

Required Associated Constants§

Source

const ENDPOINT_NAME: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl MetaKind for BaseballStat

Source§

const ENDPOINT_NAME: &'static str = "baseballStats"

Source§

impl MetaKind for EventType

Source§

const ENDPOINT_NAME: &'static str = "eventTypes"

Source§

impl MetaKind for GameStatus

Source§

const ENDPOINT_NAME: &'static str = "gameStatus"

Source§

impl MetaKind for GameType

Source§

const ENDPOINT_NAME: &'static str = "gameTypes"

Source§

impl MetaKind for HitTrajectory

Source§

const ENDPOINT_NAME: &'static str = "hitTrajectories"

Source§

impl MetaKind for JobType

Source§

const ENDPOINT_NAME: &'static str = "jobTypes"

Source§

impl MetaKind for Language

Source§

const ENDPOINT_NAME: &'static str = "languages"

Source§

impl MetaKind for LeagueLeaderType

Source§

const ENDPOINT_NAME: &'static str = "leagueLeaderTypes"

Source§

impl MetaKind for LogicalEvent

Source§

const ENDPOINT_NAME: &'static str = "logicalEvents"

Source§

impl MetaKind for Metric

Source§

const ENDPOINT_NAME: &'static str = "metrics"

Source§

impl MetaKind for PitchCode

Source§

const ENDPOINT_NAME: &'static str = "pitchCodes"

Source§

impl MetaKind for PitchType

Source§

const ENDPOINT_NAME: &'static str = "pitchTypes"

Source§

impl MetaKind for Platform

Source§

const ENDPOINT_NAME: &'static str = "platforms"

Source§

impl MetaKind for Position

Source§

const ENDPOINT_NAME: &'static str = "positions"

Source§

impl MetaKind for ReviewReason

Source§

const ENDPOINT_NAME: &'static str = "reviewReasons"

Source§

impl MetaKind for RosterType

Source§

const ENDPOINT_NAME: &'static str = "rosterTypes"

Source§

impl MetaKind for ScheduleEventType

Source§

const ENDPOINT_NAME: &'static str = "scheduleEventTypes"

Source§

impl MetaKind for SituationCode

Source§

const ENDPOINT_NAME: &'static str = "situationCodes"

Source§

impl MetaKind for SkyDescription

Source§

const ENDPOINT_NAME: &'static str = "sky"

Source§

impl MetaKind for StandingsType

Source§

const ENDPOINT_NAME: &'static str = "standingsTypes"

Source§

impl MetaKind for StatGroup

Source§

const ENDPOINT_NAME: &'static str = "statGroups"

Source§

impl MetaKind for WindDirection

Source§

const ENDPOINT_NAME: &'static str = "windDirection"

Source§

impl MetaKind for StatType

Source§

const ENDPOINT_NAME: &'static str = "statTypes"