pub struct AmountType4Choice {
pub instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub eqvt_amt: Option<EquivalentAmount2>,
}Fields§
§instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§eqvt_amt: Option<EquivalentAmount2>Implementations§
Source§impl AmountType4Choice
impl AmountType4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmountType4Choice
impl RefUnwindSafe for AmountType4Choice
impl Send for AmountType4Choice
impl Sync for AmountType4Choice
impl Unpin for AmountType4Choice
impl UnwindSafe for AmountType4Choice
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