pub struct MoneyMarketTransactionStatus2 {
pub unq_tx_idr: Option<String>,
pub prtry_tx_id: String,
pub brnch_id: Option<String>,
pub sts: StatisticalReportingStatus2Code,
pub vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§unq_tx_idr: Option<String>§prtry_tx_id: String§brnch_id: Option<String>§sts: StatisticalReportingStatus2Code§vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl MoneyMarketTransactionStatus2
impl MoneyMarketTransactionStatus2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MoneyMarketTransactionStatus2
impl RefUnwindSafe for MoneyMarketTransactionStatus2
impl Send for MoneyMarketTransactionStatus2
impl Sync for MoneyMarketTransactionStatus2
impl Unpin for MoneyMarketTransactionStatus2
impl UnwindSafe for MoneyMarketTransactionStatus2
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