pub struct C553 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C553 - RELATED LOCATION TWO IDENTIFICATION
Identification of second related location by code or name.
Fields§
§_010: Option<String>Related place/location two 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 two
C an..70
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C553
impl<'de> Deserialize<'de> for C553
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 C553
impl StructuralPartialEq for C553
Auto Trait Implementations§
impl Freeze for C553
impl RefUnwindSafe for C553
impl Send for C553
impl Sync for C553
impl Unpin for C553
impl UnwindSafe for C553
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