pub struct ReverseLocationAttributes {Show 15 fields
pub egid: Option<String>,
pub ggdenr: u32,
pub ggdename: String,
pub gdekt: String,
pub edid: Option<String>,
pub egaid: u32,
pub deinr: Option<String>,
pub dplz4: u32,
pub dplzname: String,
pub egrid: Option<String>,
pub esid: u32,
pub strname: Vec<String>,
pub strsp: Vec<String>,
pub strname_deinr: String,
pub label: String,
}
Expand description
Reverse geocoding result attributes
Fields§
§egid: Option<String>
§ggdenr: u32
§ggdename: String
§gdekt: String
§edid: Option<String>
§egaid: u32
§deinr: Option<String>
§dplz4: u32
§dplzname: String
§egrid: Option<String>
§esid: u32
§strname: Vec<String>
§strsp: Vec<String>
§strname_deinr: String
§label: String
Trait Implementations§
Source§impl Clone for ReverseLocationAttributes
impl Clone for ReverseLocationAttributes
Source§fn clone(&self) -> ReverseLocationAttributes
fn clone(&self) -> ReverseLocationAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReverseLocationAttributes
impl Debug for ReverseLocationAttributes
Source§impl<'de> Deserialize<'de> for ReverseLocationAttributes
impl<'de> Deserialize<'de> for ReverseLocationAttributes
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 ReverseLocationAttributes
impl RefUnwindSafe for ReverseLocationAttributes
impl Send for ReverseLocationAttributes
impl Sync for ReverseLocationAttributes
impl Unpin for ReverseLocationAttributes
impl UnwindSafe for ReverseLocationAttributes
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