Struct space_rx::v2_api::models::launchpad::Launchpad[][src]

pub struct Launchpad {
    pub details: String,
    pub full_name: String,
    pub id: String,
    pub location: LaunchpadLocation,
    pub status: String,
    pub vehicles_launched: Vec<String>,
}

Fields

Trait Implementations

impl Debug for Launchpad
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Launchpad

impl Sync for Launchpad