pub struct TrackerRecord5 {
pub agt: BranchAndFinancialInstitutionIdentification8,
pub chrg_br: Option<ChargeBearerType1Code>,
pub chrgs_amt: Option<ActiveCurrencyAndAmount>,
pub xchg_rate_data: Option<CurrencyExchange13>,
}Fields§
§agt: BranchAndFinancialInstitutionIdentification8§chrg_br: Option<ChargeBearerType1Code>§chrgs_amt: Option<ActiveCurrencyAndAmount>§xchg_rate_data: Option<CurrencyExchange13>Implementations§
Source§impl TrackerRecord5
impl TrackerRecord5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TrackerRecord5
impl RefUnwindSafe for TrackerRecord5
impl Send for TrackerRecord5
impl Sync for TrackerRecord5
impl Unpin for TrackerRecord5
impl UnwindSafe for TrackerRecord5
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