pub struct C211 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C211 - DIMENSIONS
Specification of the dimensions of a transportable unit.
Fields§
§_010: StringMeasurement unit code
Code specifying the unit of measurement.
_020: Option<String>Length dimension value
To specify the value of a length dimension.
_030: Option<String>Width dimension value
To specify the value of a width dimension.
_040: Option<String>Height dimension value
To specify the value of a height dimension.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C211
impl<'de> Deserialize<'de> for C211
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 C211
impl RefUnwindSafe for C211
impl Send for C211
impl Sync for C211
impl Unpin for C211
impl UnwindSafe for C211
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