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