pub struct LIN {Show 31 fields
pub _01: Option<String>,
pub _02: E235,
pub _03: String,
pub _04: Option<E235>,
pub _05: Option<String>,
pub _06: Option<E235>,
pub _07: Option<String>,
pub _08: Option<E235>,
pub _09: Option<String>,
pub _10: Option<E235>,
pub _11: Option<String>,
pub _12: Option<E235>,
pub _13: Option<String>,
pub _14: Option<E235>,
pub _15: Option<String>,
pub _16: Option<E235>,
pub _17: Option<String>,
pub _18: Option<E235>,
pub _19: Option<String>,
pub _20: Option<E235>,
pub _21: Option<String>,
pub _22: Option<E235>,
pub _23: Option<String>,
pub _24: Option<E235>,
pub _25: Option<String>,
pub _26: Option<E235>,
pub _27: Option<String>,
pub _28: Option<E235>,
pub _29: Option<String>,
pub _30: Option<E235>,
pub _31: Option<String>,
}Expand description
LIN - Item Identification
Fields§
§_01: Option<String>§_02: E235235 - Product/Service ID Qualifier
_03: String§_04: Option<E235>235 - Product/Service ID Qualifier
_05: Option<String>§_06: Option<E235>235 - Product/Service ID Qualifier
_07: Option<String>§_08: Option<E235>235 - Product/Service ID Qualifier
_09: Option<String>§_10: Option<E235>235 - Product/Service ID Qualifier
_11: Option<String>§_12: Option<E235>235 - Product/Service ID Qualifier
_13: Option<String>§_14: Option<E235>235 - Product/Service ID Qualifier
_15: Option<String>§_16: Option<E235>235 - Product/Service ID Qualifier
_17: Option<String>§_18: Option<E235>235 - Product/Service ID Qualifier
_19: Option<String>§_20: Option<E235>235 - Product/Service ID Qualifier
_21: Option<String>§_22: Option<E235>235 - Product/Service ID Qualifier
_23: Option<String>§_24: Option<E235>235 - Product/Service ID Qualifier
_25: Option<String>§_26: Option<E235>235 - Product/Service ID Qualifier
_27: Option<String>§_28: Option<E235>235 - Product/Service ID Qualifier
_29: Option<String>§_30: Option<E235>235 - Product/Service ID Qualifier
_31: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LIN
impl<'de> Deserialize<'de> for LIN
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 LIN
impl StructuralPartialEq for LIN
Source§impl<'v_a> ValidateArgs<'v_a> for LIN
impl<'v_a> ValidateArgs<'v_a> for LIN
Auto Trait Implementations§
impl Freeze for LIN
impl RefUnwindSafe for LIN
impl Send for LIN
impl Sync for LIN
impl Unpin for LIN
impl UnsafeUnpin for LIN
impl UnwindSafe for LIN
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