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