pub struct ImpliedCurrencyAmountRange1Choice {
pub fr_amt: Option<AmountRangeBoundary1>,
pub to_amt: Option<AmountRangeBoundary1>,
pub fr_to_amt: Option<FromToAmountRange1>,
pub eq_amt: Option<f64>,
pub neq_amt: Option<f64>,
}Fields§
§fr_amt: Option<AmountRangeBoundary1>§to_amt: Option<AmountRangeBoundary1>§fr_to_amt: Option<FromToAmountRange1>§eq_amt: Option<f64>§neq_amt: Option<f64>Implementations§
Source§impl ImpliedCurrencyAmountRange1Choice
impl ImpliedCurrencyAmountRange1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ImpliedCurrencyAmountRange1Choice
impl RefUnwindSafe for ImpliedCurrencyAmountRange1Choice
impl Send for ImpliedCurrencyAmountRange1Choice
impl Sync for ImpliedCurrencyAmountRange1Choice
impl Unpin for ImpliedCurrencyAmountRange1Choice
impl UnwindSafe for ImpliedCurrencyAmountRange1Choice
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