pub struct TransactionAllocation1 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub cdt_dbt_ind: CreditDebitCode,
pub acct: CashAccount40,
pub purp: Purpose2Choice,
pub ref_attr: String,
pub rltd_refs: Option<Vec<References74Choice>>,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§cdt_dbt_ind: CreditDebitCode§acct: CashAccount40§purp: Purpose2Choice§ref_attr: String§rltd_refs: Option<Vec<References74Choice>>Implementations§
Source§impl TransactionAllocation1
impl TransactionAllocation1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionAllocation1
impl RefUnwindSafe for TransactionAllocation1
impl Send for TransactionAllocation1
impl Sync for TransactionAllocation1
impl Unpin for TransactionAllocation1
impl UnwindSafe for TransactionAllocation1
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