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