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