pub struct Charges7 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub agt: BranchAndFinancialInstitutionIdentification6,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§agt: BranchAndFinancialInstitutionIdentification6Implementations§
Auto Trait Implementations§
impl Freeze for Charges7
impl RefUnwindSafe for Charges7
impl Send for Charges7
impl Sync for Charges7
impl Unpin for Charges7
impl UnwindSafe for Charges7
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