pub struct C519 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C519 - RELATED LOCATION ONE IDENTIFICATION
Identification the first related location by code or name.
Fields§
§_010: Option<String>Related place/location one identification
C an..25
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
_040: Option<String>Related place/location one
C an..70
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C519
impl<'de> Deserialize<'de> for C519
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
impl Eq for C519
impl StructuralPartialEq for C519
Auto Trait Implementations§
impl Freeze for C519
impl RefUnwindSafe for C519
impl Send for C519
impl Sync for C519
impl Unpin for C519
impl UnwindSafe for C519
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