pub struct SEL {
pub _010: String,
pub _020: Option<C215>,
pub _030: Option<String>,
}Expand description
SEL - SEAL NUMBER
To specify a seal number related to equipment.
Fields§
§_010: StringSEAL NUMBER
M an..10
_020: Option<C215>SEAL ISSUER
_030: Option<String>SEAL CONDITION, CODED
C an..3
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