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

pub struct LaunchpadLocation {
    pub latitude: f64,
    pub longitude: f64,
    pub name: String,
    pub region: String,
}

Fields

Trait Implementations

impl Debug for LaunchpadLocation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations