pub struct TotalTransactions6 {
pub ttl_ntries: Option<NumberAndSumOfTransactions4>,
pub ttl_cdt_ntries: Option<NumberAndSumOfTransactions1>,
pub ttl_dbt_ntries: Option<NumberAndSumOfTransactions1>,
pub ttl_ntries_per_bk_tx_cd: Option<Vec<TotalsPerBankTransactionCode5>>,
}Fields§
§ttl_ntries: Option<NumberAndSumOfTransactions4>§ttl_cdt_ntries: Option<NumberAndSumOfTransactions1>§ttl_dbt_ntries: Option<NumberAndSumOfTransactions1>§ttl_ntries_per_bk_tx_cd: Option<Vec<TotalsPerBankTransactionCode5>>Implementations§
Source§impl TotalTransactions6
impl TotalTransactions6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TotalTransactions6
impl RefUnwindSafe for TotalTransactions6
impl Send for TotalTransactions6
impl Sync for TotalTransactions6
impl Unpin for TotalTransactions6
impl UnwindSafe for TotalTransactions6
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