pub struct Identifiers {
pub wikidata: Option<WikidataItemId>,
pub gkz: Option<Gkz>,
}Expand description
A set of known identifiers for an administrative unit.
Fields§
§wikidata: Option<WikidataItemId>The Wikidata identifier.
gkz: Option<Gkz>The GKZ (a.k.a. “Gemeindekennzahl”).
Trait Implementations§
Source§impl Clone for Identifiers
impl Clone for Identifiers
Source§fn clone(&self) -> Identifiers
fn clone(&self) -> Identifiers
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 Identifiers
impl Debug for Identifiers
Source§impl Default for Identifiers
impl Default for Identifiers
Source§fn default() -> Identifiers
fn default() -> Identifiers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Identifiers
impl<'de> Deserialize<'de> for Identifiers
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
Source§impl Ord for Identifiers
impl Ord for Identifiers
Source§fn cmp(&self, other: &Identifiers) -> Ordering
fn cmp(&self, other: &Identifiers) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Identifiers
impl PartialEq for Identifiers
Source§impl PartialOrd for Identifiers
impl PartialOrd for Identifiers
Source§impl Serialize for Identifiers
impl Serialize for Identifiers
impl Eq for Identifiers
impl StructuralPartialEq for Identifiers
Auto Trait Implementations§
impl Freeze for Identifiers
impl RefUnwindSafe for Identifiers
impl Send for Identifiers
impl Sync for Identifiers
impl Unpin for Identifiers
impl UnwindSafe for Identifiers
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