pub struct REF {
pub _01: String,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
}Expand description
REF - Reference Identification
To specify identifying information
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 128 | Reference Identification Qualifier | 1 | M | ID | 2/3 |
| 02 | 127 | Reference Identification | 1 | X | AN | 1/30 |
| 03 | 352 | Description | 1 | X | AN | 1/80 |
| 04 | C040 | Reference Identifier | 1 | O/Z |
Fields
_01: String_02: Option<String>_03: Option<String>_04: Option<String>Trait Implementations
sourceimpl<'de> Deserialize<'de> for REF
impl<'de> Deserialize<'de> for REF
sourcefn 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 RefUnwindSafe for REF
impl Send for REF
impl Sync for REF
impl Unpin for REF
impl UnwindSafe for REF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more