pub struct C524 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C524 HANDLING INSTRUCTIONS
Instruction for the handling of goods, products or articles in shipment, storage etc.
Fields§
§_010: Option<String>Handling instruction description code C an..3
_020: Option<String>Code list identification code C an..17
_030: Option<String>Code list responsible agency code C an..3
_040: Option<String>Handling instruction description C an..70
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C524
impl<'de> Deserialize<'de> for C524
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 C524
impl RefUnwindSafe for C524
impl Send for C524
impl Sync for C524
impl Unpin for C524
impl UnwindSafe for C524
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