pub struct C107 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C107 - TEXT REFERENCE
Coded reference to a standard text and its source.
Fields§
§_010: String§_020: Option<String>§_030: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for C107
impl<'de> Deserialize<'de> for C107
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 C107
impl RefUnwindSafe for C107
impl Send for C107
impl Sync for C107
impl Unpin for C107
impl UnwindSafe for C107
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