pub struct GeographyCodelist {
pub artefact: CommonArtefactType,
pub is_partial: Option<bool>,
pub geo_feature_set_codes: Option<Vec<Item>>,
pub other: Option<HashMap<String, Value>>,
}
Expand description
The item scheme for a geography codelist.
Fields§
§artefact: CommonArtefactType
§is_partial: Option<bool>
§geo_feature_set_codes: Option<Vec<Item>>
§other: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Artefact for GeographyCodelist
impl Artefact for GeographyCodelist
fn artefact(&self) -> &CommonArtefactType
fn id(&self) -> &String
fn agency_id(&self) -> Option<&String>
fn version(&self) -> Option<&String>
fn name(&self) -> Option<&String>
fn names(&self) -> Option<&LocalizedText>
fn valid_from(&self) -> Option<&String>
fn valid_to(&self) -> Option<&String>
fn is_external_reference(&self) -> Option<bool>
fn annotations(&self) -> Option<&Vec<Annotation>>
fn links(&self) -> Option<&Vec<Link>>
Source§impl Clone for GeographyCodelist
impl Clone for GeographyCodelist
Source§fn clone(&self) -> GeographyCodelist
fn clone(&self) -> GeographyCodelist
Returns a copy 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 GeographyCodelist
impl Debug for GeographyCodelist
Source§impl<'de> Deserialize<'de> for GeographyCodelist
impl<'de> Deserialize<'de> for GeographyCodelist
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 Extendable for GeographyCodelist
impl Extendable for GeographyCodelist
Source§impl ItemScheme for GeographyCodelist
impl ItemScheme for GeographyCodelist
Source§impl PartialEq for GeographyCodelist
impl PartialEq for GeographyCodelist
Source§impl Serialize for GeographyCodelist
impl Serialize for GeographyCodelist
impl Eq for GeographyCodelist
impl StructuralPartialEq for GeographyCodelist
Auto Trait Implementations§
impl Freeze for GeographyCodelist
impl RefUnwindSafe for GeographyCodelist
impl Send for GeographyCodelist
impl Sync for GeographyCodelist
impl Unpin for GeographyCodelist
impl UnwindSafe for GeographyCodelist
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