pub struct C222 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C222 - TRANSPORT IDENTIFICATION
Code and/or name identifying the means of transport.
Fields§
§_010: Option<String>Id. of means of transport identification
C an..9
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
_040: Option<String>Id. of the means of transport
C an..35
_050: Option<String>Nationality of means of transport, coded
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C222
impl<'de> Deserialize<'de> for C222
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 C222
impl StructuralPartialEq for C222
Auto Trait Implementations§
impl Freeze for C222
impl RefUnwindSafe for C222
impl Send for C222
impl Sync for C222
impl Unpin for C222
impl UnwindSafe for C222
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