pub struct EQD {
pub _010: String,
pub _020: Option<C237>,
pub _030: Option<C224>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
EQD - EQUIPMENT DETAILS
To identify a unit of equipment.
Fields§
§_010: StringEQUIPMENT QUALIFIER
M an..3
_020: Option<C237>EQUIPMENT IDENTIFICATION
_030: Option<C224>EQUIPMENT SIZE AND TYPE
_040: Option<String>EQUIPMENT SUPPLIER, CODED
C an..3
_050: Option<String>EQUIPMENT STATUS, CODED
C an..3
_060: Option<String>FULL/EMPTY INDICATOR, CODED
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EQD
impl<'de> Deserialize<'de> for EQD
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 EQD
impl RefUnwindSafe for EQD
impl Send for EQD
impl Sync for EQD
impl Unpin for EQD
impl UnwindSafe for EQD
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