[][src]Struct nhl_stats::models::StandingsTeamRecords

pub struct StandingsTeamRecords {
    pub team: Option<PlayerCurrentTeam>,
    pub league_record: Option<ScheduleGameTeamsHomeLeagueRecord>,
    pub goals_against: Option<f32>,
    pub goals_scored: Option<f32>,
    pub points: Option<f32>,
    pub division_rank: Option<String>,
    pub conference_rank: Option<String>,
    pub league_rank: Option<String>,
    pub wild_card_rank: Option<String>,
    pub row: Option<f32>,
    pub games_played: Option<f32>,
    pub streak: Option<StandingsStreak>,
    pub last_updated: Option<String>,
}

Fields

team: Option<PlayerCurrentTeam>league_record: Option<ScheduleGameTeamsHomeLeagueRecord>goals_against: Option<f32>goals_scored: Option<f32>points: Option<f32>division_rank: Option<String>conference_rank: Option<String>league_rank: Option<String>wild_card_rank: Option<String>row: Option<f32>games_played: Option<f32>streak: Option<StandingsStreak>last_updated: Option<String>

Methods

impl StandingsTeamRecords[src]

Trait Implementations

impl PartialEq<StandingsTeamRecords> for StandingsTeamRecords[src]

impl Debug for StandingsTeamRecords[src]

impl Serialize for StandingsTeamRecords[src]

impl<'de> Deserialize<'de> for StandingsTeamRecords[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err