pub struct Limit7 {
pub amt: Amount2Choice,
pub cdt_dbt_ind: Option<CreditDebitCode>,
pub sts: Option<LimitStatus1Code>,
pub start_dt_tm: Option<DateAndDateTime2Choice>,
pub usd_amt: Option<Amount2Choice>,
pub usd_amt_cdt_dbt_ind: Option<CreditDebitCode>,
pub usd_pctg: Option<f64>,
pub rmng_amt: Option<Amount2Choice>,
}Fields§
§amt: Amount2Choice§cdt_dbt_ind: Option<CreditDebitCode>§sts: Option<LimitStatus1Code>§start_dt_tm: Option<DateAndDateTime2Choice>§usd_amt: Option<Amount2Choice>§usd_amt_cdt_dbt_ind: Option<CreditDebitCode>§usd_pctg: Option<f64>§rmng_amt: Option<Amount2Choice>Implementations§
Auto Trait Implementations§
impl Freeze for Limit7
impl RefUnwindSafe for Limit7
impl Send for Limit7
impl Sync for Limit7
impl Unpin for Limit7
impl UnwindSafe for Limit7
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