Struct helium_api::models::Geocode [−][src]
pub struct Geocode {
pub long_city: Option<String>,
pub long_country: Option<String>,
pub long_state: Option<String>,
pub long_street: Option<String>,
pub short_city: Option<String>,
pub short_country: Option<String>,
pub short_state: Option<String>,
pub short_street: Option<String>,
}Fields
long_city: Option<String>The long version of city for the last asserted location
long_country: Option<String>The long version of country for the last asserted location
long_state: Option<String>The long version of state for the last asserted location
long_street: Option<String>The long version of street for the last asserted location
short_city: Option<String>The short version of city for the last asserted location
short_country: Option<String>The short version of country for the last asserted location
short_state: Option<String>The short version of state for the last asserted location
short_street: Option<String>The short version of street for the last asserted location
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Geocodeimpl UnwindSafe for GeocodeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more