pub struct RejectionReason53 {
pub tx_id: TransactionIdentification3Choice,
pub sts: ReportingMessageStatus1Code,
pub dtld_vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>,
}Fields§
§tx_id: TransactionIdentification3Choice§sts: ReportingMessageStatus1Code§dtld_vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>Implementations§
Source§impl RejectionReason53
impl RejectionReason53
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RejectionReason53
impl RefUnwindSafe for RejectionReason53
impl Send for RejectionReason53
impl Sync for RejectionReason53
impl Unpin for RejectionReason53
impl UnwindSafe for RejectionReason53
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