Struct space_rx::v2_api::models::launch::Launch[][src]

pub struct Launch {
    pub details: Option<String>,
    pub flight_number: u32,
    pub launch_date_local: String,
    pub launch_date_unix: u64,
    pub launch_date_utc: String,
    pub launch_site: LaunchSite,
    pub launch_success: Option<bool>,
    pub launch_year: String,
    pub links: LaunchLinks,
    pub mission_name: String,
    pub reuse: Reuse,
    pub rocket: LaunchRocket,
    pub telemetry: Telemetry,
    pub upcoming: bool,
}

Fields

Trait Implementations

impl Debug for Launch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Launch

impl Sync for Launch