pub struct E167 { /* private fields */ }Expand description
167 Tare Weight
- Data element: 167
- Type: Numeric (N0)
- Length: min 3, max 8
Tare Weight.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for E167
impl<'de> Deserialize<'de> for E167
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for E167
impl StructuralPartialEq for E167
Auto Trait Implementations§
impl Freeze for E167
impl RefUnwindSafe for E167
impl Send for E167
impl Sync for E167
impl Unpin for E167
impl UnsafeUnpin for E167
impl UnwindSafe for E167
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