Struct space_rx::v2_api::models::info::HistoricalEvent[][src]

pub struct HistoricalEvent {
    pub details: Option<String>,
    pub event_date_utc: String,
    pub event_date_unix: u64,
    pub flight_number: Option<u32>,
    pub links: EventLinks,
    pub title: String,
}

Fields

Trait Implementations

impl Debug for HistoricalEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations