Struct spaceapi_server::api::Location []

pub struct Location {
    pub address: Optional<String>,
    pub lat: f64,
    pub lon: f64,
}

Fields

address
lat
lon

Trait Implementations

impl ToJson for Location

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Location

fn clone(&self) -> Location

impl Debug for Location

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>