pub struct C237 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C237 - EQUIPMENT IDENTIFICATION
Marks (letters and/or numbers) identifying equipment used for transport such as a container.
Fields§
§_010: Option<String>Equipment identification number
C an..17
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
_040: Option<String>Country, coded
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C237
impl<'de> Deserialize<'de> for C237
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 C237
impl StructuralPartialEq for C237
Auto Trait Implementations§
impl Freeze for C237
impl RefUnwindSafe for C237
impl Send for C237
impl Sync for C237
impl Unpin for C237
impl UnwindSafe for C237
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