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