[][src]Struct geocoding::geoadmin::ReverseLocationAttributes

pub struct ReverseLocationAttributes {
    pub gdenr: u32,
    pub gdename: String,
    pub strname1: String,
    pub strname_de: Option<String>,
    pub strname_fr: Option<String>,
    pub strname_rm: Option<String>,
    pub strname_it: Option<String>,
    pub gdekt: String,
    pub label: String,
    pub gstat: u32,
    pub egid: u32,
    pub dstrid: u32,
    pub plz6: u32,
    pub bgdi_created: String,
    pub plz4: u32,
    pub plzname: String,
    pub deinr: String,
}

Geocoding result attributes

Fields

gdenr: u32gdename: Stringstrname1: Stringstrname_de: Option<String>strname_fr: Option<String>strname_rm: Option<String>strname_it: Option<String>gdekt: Stringlabel: Stringgstat: u32egid: u32dstrid: u32plz6: u32bgdi_created: Stringplz4: u32plzname: Stringdeinr: String

Trait Implementations

impl Clone for ReverseLocationAttributes[src]

impl Debug for ReverseLocationAttributes[src]

impl<'de> Deserialize<'de> for ReverseLocationAttributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.