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: StringMeasure unit qualifier
M an..3
_020: Option<String>Length dimension
C n..15
_030: Option<String>Width dimension
C n..15
_040: Option<String>Height dimension
C n..15
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
impl Eq for C211
impl StructuralPartialEq for C211
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