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