pub struct Limit8 {
pub start_dt_tm: Option<DateAndDateTime2Choice>,
pub amt: Amount2Choice,
pub cdt_dbt_ind: Option<CreditDebitCode>,
}Fields§
§start_dt_tm: Option<DateAndDateTime2Choice>§amt: Amount2Choice§cdt_dbt_ind: Option<CreditDebitCode>Implementations§
Auto Trait Implementations§
impl Freeze for Limit8
impl RefUnwindSafe for Limit8
impl Send for Limit8
impl Sync for Limit8
impl Unpin for Limit8
impl UnwindSafe for Limit8
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