pub struct C082 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C082 PARTY IDENTIFICATION DETAILS
Identification of a transaction party by code.
Fields§
§_010: StringParty id. identification
M an..35
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C082
impl<'de> Deserialize<'de> for C082
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
impl Eq for C082
impl StructuralPartialEq for C082
Auto Trait Implementations§
impl Freeze for C082
impl RefUnwindSafe for C082
impl Send for C082
impl Sync for C082
impl Unpin for C082
impl UnwindSafe for C082
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