pub struct E294 { /* private fields */ }Expand description
294 Tariff Distance
- Data element: 294
- Type: Numeric (N0)
- Length: min 1, max 5
Tariff Distance.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for E294
impl<'de> Deserialize<'de> for E294
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 E294
impl StructuralPartialEq for E294
Auto Trait Implementations§
impl Freeze for E294
impl RefUnwindSafe for E294
impl Send for E294
impl Sync for E294
impl Unpin for E294
impl UnsafeUnpin for E294
impl UnwindSafe for E294
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