pub struct GeoGridCodelist {
    pub artefact: CommonArtefactType,
    pub is_partial: Option<bool>,
    pub geo_grid_codes: Option<Vec<Item>>,
    pub other: Option<HashMap<String, Value>>,
}Expand description
The item scheme for a geographic grid codelist.
Fields§
§artefact: CommonArtefactType§is_partial: Option<bool>§geo_grid_codes: Option<Vec<Item>>§other: Option<HashMap<String, Value>>Trait Implementations§
Source§impl Artefact for GeoGridCodelist
 
impl Artefact for GeoGridCodelist
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 GeoGridCodelist
 
impl Clone for GeoGridCodelist
Source§fn clone(&self) -> GeoGridCodelist
 
fn clone(&self) -> GeoGridCodelist
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 GeoGridCodelist
 
impl Debug for GeoGridCodelist
Source§impl<'de> Deserialize<'de> for GeoGridCodelist
 
impl<'de> Deserialize<'de> for GeoGridCodelist
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 ItemScheme for GeoGridCodelist
 
impl ItemScheme for GeoGridCodelist
Source§impl PartialEq for GeoGridCodelist
 
impl PartialEq for GeoGridCodelist
Source§impl Serialize for GeoGridCodelist
 
impl Serialize for GeoGridCodelist
impl Eq for GeoGridCodelist
impl StructuralPartialEq for GeoGridCodelist
Auto Trait Implementations§
impl Freeze for GeoGridCodelist
impl RefUnwindSafe for GeoGridCodelist
impl Send for GeoGridCodelist
impl Sync for GeoGridCodelist
impl Unpin for GeoGridCodelist
impl UnwindSafe for GeoGridCodelist
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