pub struct ImpliedCurrencyAndAmountRange1 {
pub amt: ImpliedCurrencyAmountRange1Choice,
pub cdt_dbt_ind: Option<CreditDebitCode>,
}Fields§
§amt: ImpliedCurrencyAmountRange1Choice§cdt_dbt_ind: Option<CreditDebitCode>Implementations§
Source§impl ImpliedCurrencyAndAmountRange1
impl ImpliedCurrencyAndAmountRange1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ImpliedCurrencyAndAmountRange1
impl RefUnwindSafe for ImpliedCurrencyAndAmountRange1
impl Send for ImpliedCurrencyAndAmountRange1
impl Sync for ImpliedCurrencyAndAmountRange1
impl Unpin for ImpliedCurrencyAndAmountRange1
impl UnwindSafe for ImpliedCurrencyAndAmountRange1
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