pub struct C503 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C503 DOCUMENT/MESSAGE DETAILS
Identification of document/message by number, status, source and/or language.
Fields§
§_010: Option<String>Document identifier C an..35
_020: Option<String>Document status code C an..3
_030: Option<String>Document source description C an..70
_040: Option<String>Language name code C an..3
_050: Option<String>Version identifier C an..9
_060: Option<String>Revision identifier C an..6
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C503
impl<'de> Deserialize<'de> for C503
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 C503
impl RefUnwindSafe for C503
impl Send for C503
impl Sync for C503
impl Unpin for C503
impl UnwindSafe for C503
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