pub struct SEL {
pub _010: Option<String>,
pub _020: Option<C215>,
pub _030: Option<String>,
pub _040: Option<C208>,
}Expand description
SEL - SEAL NUMBER
A segment identifying seal and seal issuer associated with the equipment.
Fields§
§_010: Option<String>SEAL IDENTIFIER
To identify a seal.
_020: Option<C215>SEAL ISSUER
Identification of the issuer of a seal on equipment either by code or by name.
_030: Option<String>SEAL CONDITION CODE
Code specifying the condition of a seal.
_040: Option<C208>C208 - IDENTITY NUMBER RANGE
Goods item identification numbers, start and end of consecutively numbered range.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SEL
impl<'de> Deserialize<'de> for SEL
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
Auto Trait Implementations§
impl Freeze for SEL
impl RefUnwindSafe for SEL
impl Send for SEL
impl Sync for SEL
impl Unpin for SEL
impl UnwindSafe for SEL
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