pub struct L4 {
pub _01: E82,
pub _02: E189,
pub _03: E65,
pub _04: E90,
pub _05: Option<String>,
pub _06: Option<String>,
}Expand description
L4 - Measurement
To describe physical dimensions and quantities
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 82 | Length | 1 | M | R | 1/8 |
| 02 | 189 | Width | 1 | M | R | 1/8 |
| 03 | 65 | Height | 1 | M | R | 1/8 |
| 04 | 90 | Measurement Unit Qualifier | 1 | M | ID | 1/1 |
| 05 | 380 | Quantity | 1 | O | R | 1/15 |
| 06 | 1271 | Industry Code | 1 | O | AN | 1/30 |
Fields§
§_01: E82§_02: E189§_03: E65§_04: E90§_05: Option<String>§_06: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for L4
impl<'de> Deserialize<'de> for L4
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 L4
impl StructuralPartialEq for L4
Auto Trait Implementations§
impl Freeze for L4
impl RefUnwindSafe for L4
impl Send for L4
impl Sync for L4
impl Unpin for L4
impl UnsafeUnpin for L4
impl UnwindSafe for L4
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP