StatsAPIUrl

Trait StatsAPIUrl 

Source
pub trait StatsAPIUrl: ToString {
    type Response: DeserializeOwned;

    // Provided method
    fn get(&self) -> impl Future<Output = Result<Self::Response>>
       where Self: Sized { ... }
}

Required Associated Types§

Provided Methods§

Source

fn get(&self) -> impl Future<Output = Result<Self::Response>>
where Self: Sized,

Implementors§

Source§

impl StatsAPIUrl for AttendanceEndpointUrl

Source§

impl StatsAPIUrl for AwardEndpointUrl

Source§

impl StatsAPIUrl for ConferencesEndpointUrl

Source§

impl StatsAPIUrl for DivisionsEndpointUrl

Source§

impl StatsAPIUrl for DraftEndpointUrl

Source§

impl StatsAPIUrl for DraftProspectsEndpointUrl

Source§

impl StatsAPIUrl for JobsOfficialScorersEndpoint

Source§

impl StatsAPIUrl for JobsEndpointUrl

Source§

impl StatsAPIUrl for JobsUmpiresEndpointUrl

Source§

impl StatsAPIUrl for LeagueEndpointUrl

Source§

impl StatsAPIUrl for FreeAgentsEndpointUrl

Source§

impl StatsAPIUrl for PersonEndpointUrl

Source§

impl StatsAPIUrl for SeasonsEndpointUrl

Source§

impl StatsAPIUrl for SportsPlayersEndpointUrl

Source§

impl StatsAPIUrl for SportsEndpointUrl

Source§

impl StatsAPIUrl for StatLeadersEndpointUrl

Source§

impl StatsAPIUrl for TeamAffiliatesEndpointUrl

Source§

impl StatsAPIUrl for TeamHistoryEndpointUrl

Source§

impl StatsAPIUrl for TeamsEndpointUrl

Source§

impl StatsAPIUrl for AlumniEndpointUrl

Source§

impl StatsAPIUrl for CoachesEndpointUrl

Source§

impl StatsAPIUrl for TeamStatLeadersEndpointUrl

Source§

impl StatsAPIUrl for PersonnelEndpointUrl

Source§

impl StatsAPIUrl for RosterEndpointUrl

Source§

impl StatsAPIUrl for UniformsEndpointUrl

Source§

impl StatsAPIUrl for TransactionsEndpointUrl

Source§

impl StatsAPIUrl for VenuesEndpointUrl

Source§

impl<T: MetaKind> StatsAPIUrl for MetaEndpointUrl<T>