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

pub struct LaunchRocket {
    pub first_stage: LaunchFirstStage,
    pub rocket_id: String,
    pub rocket_name: String,
    pub rocket_type: String,
    pub second_stage: LaunchSecondStage,
}

Fields

Trait Implementations

impl Debug for LaunchRocket
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations