Struct edifact_types::d00b::C211
source · 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