pub struct EQA {
pub _010: String,
pub _020: Option<C237>,
}Expand description
EQA - ATTACHED EQUIPMENT
To specify attached or related equipment.
Fields§
§_010: StringEQUIPMENT QUALIFIER
M an..3
_020: Option<C237>EQUIPMENT IDENTIFICATION
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EQA
impl<'de> Deserialize<'de> for EQA
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 EQA
impl RefUnwindSafe for EQA
impl Send for EQA
impl Sync for EQA
impl Unpin for EQA
impl UnwindSafe for EQA
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