Struct gv100ad::model::land::LandSchluessel[][src]

pub struct LandSchluessel {
    pub land: u8,
}

Fields

land: u8

Implementations

impl LandSchluessel[src]

pub fn new(land: u8) -> Self[src]

Trait Implementations

impl Clone for LandSchluessel[src]

impl Copy for LandSchluessel[src]

impl Debug for LandSchluessel[src]

impl Display for LandSchluessel[src]

impl Eq for LandSchluessel[src]

impl From<GemeindeSchluessel> for LandSchluessel[src]

impl From<GemeindeverbandSchluessel> for LandSchluessel[src]

impl From<KreisSchluessel> for LandSchluessel[src]

impl From<RegierungsbezirkSchluessel> for LandSchluessel[src]

impl From<RegionSchluessel> for LandSchluessel[src]

impl From<RegionalSchluessel> for LandSchluessel[src]

impl FromStr for LandSchluessel[src]

type Err = ParseKeyError

The associated error which can be returned from parsing.

impl Hash for LandSchluessel[src]

impl IntoRangeKey<GemeindeSchluessel> for LandSchluessel[src]

Creates a range of keys to iterate over all Gemeinden in a Land

impl IntoRangeKey<GemeindeverbandSchluessel> for LandSchluessel[src]

Creates a range of keys to iterate over all Gemeindeverbaende in a Land

impl IntoRangeKey<KreisSchluessel> for LandSchluessel[src]

Creates a range of keys to iterate over all Kreise in a Land

impl IntoRangeKey<RegierungsbezirkSchluessel> for LandSchluessel[src]

Creates a range of keys to iterate over all Regierungsbezirke in a Land

impl IntoRangeKey<RegionSchluessel> for LandSchluessel[src]

Creates a range of keys to iterate over all Regionen in a Land

impl Lookup<LandSchluessel> for LandDaten[src]

impl Ord for LandSchluessel[src]

impl PartialEq<LandSchluessel> for LandSchluessel[src]

impl PartialOrd<LandSchluessel> for LandSchluessel[src]

impl StructuralEq for LandSchluessel[src]

impl StructuralPartialEq for LandSchluessel[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.