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