pub struct C080 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
C080 - PARTY NAME
Identification of a transaction party by name, one to five lines. Party name may be formatted.
Fields§
§_010: StringParty name
M an..35
_020: Option<String>Party name
C an..35
_030: Option<String>Party name
C an..35
_040: Option<String>Party name
C an..35
_050: Option<String>Party name
C an..35
_060: Option<String>Party name format, coded
C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C080
impl<'de> Deserialize<'de> for C080
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 C080
impl StructuralPartialEq for C080
Auto Trait Implementations§
impl Freeze for C080
impl RefUnwindSafe for C080
impl Send for C080
impl Sync for C080
impl Unpin for C080
impl UnwindSafe for C080
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