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
first_stage: LaunchFirstStage
rocket_id: String
rocket_name: String
rocket_type: String
second_stage: LaunchSecondStage
Trait Implementations
impl Debug for LaunchRocket[src]
impl Debug for LaunchRocketAuto Trait Implementations
impl Send for LaunchRocket
impl Send for LaunchRocketimpl Sync for LaunchRocket
impl Sync for LaunchRocket