pub struct DIM {
pub _010: String,
pub _020: C211,
}Expand description
DIM - DIMENSIONS
A segment specifying dimensions of a goods item.
Fields§
§_010: StringDIMENSION TYPE CODE QUALIFIER
Code qualifying the type of the dimension.
_020: C211C211 - DIMENSIONS
Specification of the dimensions of a transportable unit.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DIM
impl<'de> Deserialize<'de> for DIM
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 DIM
impl RefUnwindSafe for DIM
impl Send for DIM
impl Sync for DIM
impl Unpin for DIM
impl UnwindSafe for DIM
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