pub struct AccountCashEntryReturnCriteria3 {
pub ntry_ref_ind: Option<bool>,
pub acct_tp_ind: Option<bool>,
pub ntry_amt_ind: Option<bool>,
pub acct_ccy_ind: Option<bool>,
pub ntry_sts_ind: Option<bool>,
pub ntry_dt_ind: Option<bool>,
pub acct_svcr_ind: Option<bool>,
pub acct_ownr_ind: Option<bool>,
}Fields§
§ntry_ref_ind: Option<bool>§acct_tp_ind: Option<bool>§ntry_amt_ind: Option<bool>§acct_ccy_ind: Option<bool>§ntry_sts_ind: Option<bool>§ntry_dt_ind: Option<bool>§acct_svcr_ind: Option<bool>§acct_ownr_ind: Option<bool>Implementations§
Source§impl AccountCashEntryReturnCriteria3
impl AccountCashEntryReturnCriteria3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountCashEntryReturnCriteria3
impl RefUnwindSafe for AccountCashEntryReturnCriteria3
impl Send for AccountCashEntryReturnCriteria3
impl Sync for AccountCashEntryReturnCriteria3
impl Unpin for AccountCashEntryReturnCriteria3
impl UnwindSafe for AccountCashEntryReturnCriteria3
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