pub struct GeoAdminReverseLocation {
pub feature_id: String,
pub layer_bod_id: String,
pub layer_name: String,
pub properties: ReverseLocationAttributes,
}
Expand description
A reverse geocoding result
Fields§
§feature_id: String
§layer_bod_id: String
§layer_name: String
§properties: ReverseLocationAttributes
Trait Implementations§
Source§impl Debug for GeoAdminReverseLocation
impl Debug for GeoAdminReverseLocation
Source§impl<'de> Deserialize<'de> for GeoAdminReverseLocation
impl<'de> Deserialize<'de> for GeoAdminReverseLocation
Source§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 Freeze for GeoAdminReverseLocation
impl RefUnwindSafe for GeoAdminReverseLocation
impl Send for GeoAdminReverseLocation
impl Sync for GeoAdminReverseLocation
impl Unpin for GeoAdminReverseLocation
impl UnwindSafe for GeoAdminReverseLocation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more