pub struct BusinessApplicationHeader5 {
pub char_set: Option<String>,
pub fr: Party44Choice,
pub to: Party44Choice,
pub biz_msg_idr: String,
pub msg_def_idr: String,
pub biz_svc: Option<String>,
pub cre_dt: String,
pub cpy_dplct: Option<CopyDuplicate1Code>,
pub pssbl_dplct: Option<bool>,
pub prty: Option<String>,
pub sgntr: Option<SignatureEnvelope>,
}Fields§
§char_set: Option<String>§fr: Party44Choice§to: Party44Choice§biz_msg_idr: String§msg_def_idr: String§biz_svc: Option<String>§cre_dt: String§cpy_dplct: Option<CopyDuplicate1Code>§pssbl_dplct: Option<bool>§prty: Option<String>§sgntr: Option<SignatureEnvelope>Implementations§
Source§impl BusinessApplicationHeader5
impl BusinessApplicationHeader5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BusinessApplicationHeader5
impl RefUnwindSafe for BusinessApplicationHeader5
impl Send for BusinessApplicationHeader5
impl Sync for BusinessApplicationHeader5
impl Unpin for BusinessApplicationHeader5
impl UnwindSafe for BusinessApplicationHeader5
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