pub struct Charges14 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub agt: BranchAndFinancialInstitutionIdentification8,
pub agt_acct: Option<CashAccount40>,
pub tp: Option<ChargeType3Choice>,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§agt: BranchAndFinancialInstitutionIdentification8§agt_acct: Option<CashAccount40>§tp: Option<ChargeType3Choice>Implementations§
Auto Trait Implementations§
impl Freeze for Charges14
impl RefUnwindSafe for Charges14
impl Send for Charges14
impl Sync for Charges14
impl Unpin for Charges14
impl UnwindSafe for Charges14
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