pub struct FTX {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<C107>,
pub _040: Option<C108>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
FTX - FREE TEXT
A segment specifying free form or processable supplementary or other information.
Fields§
§_010: StringTEXT SUBJECT CODE QUALIFIER
Code qualifying the subject of the text.
_020: Option<String>FREE TEXT FUNCTION CODE
Code specifying the function of free text.
_030: Option<C107>TEXT REFERENCE
Coded reference to a standard text and its source.
_040: Option<C108>TEXT LITERAL
Free text; one to five lines.
_050: Option<String>LANGUAGE NAME CODE
Code specifying the language name.
_060: Option<String>FREE TEXT FORMAT CODE
Code specifying the format of free text.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FTX
impl<'de> Deserialize<'de> for FTX
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 FTX
impl RefUnwindSafe for FTX
impl Send for FTX
impl Sync for FTX
impl Unpin for FTX
impl UnwindSafe for FTX
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