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