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
latitude: f64
longitude: f64
name: String
region: String
Trait Implementations
impl Debug for LaunchpadLocation[src]
impl Debug for LaunchpadLocationAuto Trait Implementations
impl Send for LaunchpadLocation
impl Send for LaunchpadLocationimpl Sync for LaunchpadLocation
impl Sync for LaunchpadLocation