Struct gv100ad::model::gemeinde::RegionalSchluessel[][src]

pub struct RegionalSchluessel {
    pub kreis: KreisSchluessel,
    pub gemeinde: u16,
}

Fields

kreis: KreisSchluesselgemeinde: u16

Implementations

impl RegionalSchluessel[src]

pub fn new(kreis: KreisSchluessel, gemeinde: u16) -> Self[src]

pub fn to_gemeinde_schluessel(self, gemeindeverband: u16) -> GemeindeSchluessel[src]

Trait Implementations

impl Clone for RegionalSchluessel[src]

impl Copy for RegionalSchluessel[src]

impl Debug for RegionalSchluessel[src]

impl Display for RegionalSchluessel[src]

impl Eq for RegionalSchluessel[src]

impl From<GemeindeSchluessel> for RegionalSchluessel[src]

impl From<RegionalSchluessel> for KreisSchluessel[src]

impl From<RegionalSchluessel> for RegierungsbezirkSchluessel[src]

impl From<RegionalSchluessel> for LandSchluessel[src]

impl FromStr for RegionalSchluessel[src]

type Err = ParseKeyError

The associated error which can be returned from parsing.

impl Hash for RegionalSchluessel[src]

impl Lookup<RegionalSchluessel> for GemeindeDaten[src]

impl Ord for RegionalSchluessel[src]

impl PartialEq<RegionalSchluessel> for RegionalSchluessel[src]

impl PartialOrd<RegionalSchluessel> for RegionalSchluessel[src]

impl StructuralEq for RegionalSchluessel[src]

impl StructuralPartialEq for RegionalSchluessel[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> 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> ToString for T where
    T: Display + ?Sized
[src]

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.