pub struct C819 {
pub _010: Option<String>,
pub _020: Option<_1131>,
pub _030: Option<_3055>,
pub _040: Option<String>,
}Expand description
C819 - COUNTRY SUB-ENTITY DETAILS
To specify a part of a country (eg county or part of a city).
Fields§
§_010: Option<String>Country sub-entity name code C an..9
_020: Option<_1131>Code list identification code C an..17
_030: Option<_3055>Code list responsible agency code C an..3
_040: Option<String>Country sub-entity name C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C819
impl<'de> Deserialize<'de> for C819
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
Auto Trait Implementations§
impl Freeze for C819
impl RefUnwindSafe for C819
impl Send for C819
impl Sync for C819
impl Unpin for C819
impl UnwindSafe for C819
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