pub struct ActiveOrHistoricAmountRange2Choice {
pub impld_ccy_and_amt_rg: Option<ImpliedCurrencyAndAmountRange1>,
pub ccy_and_amt_rg: Option<ActiveOrHistoricCurrencyAndAmountRange2>,
}Fields§
§impld_ccy_and_amt_rg: Option<ImpliedCurrencyAndAmountRange1>§ccy_and_amt_rg: Option<ActiveOrHistoricCurrencyAndAmountRange2>Implementations§
Source§impl ActiveOrHistoricAmountRange2Choice
impl ActiveOrHistoricAmountRange2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ActiveOrHistoricAmountRange2Choice
impl RefUnwindSafe for ActiveOrHistoricAmountRange2Choice
impl Send for ActiveOrHistoricAmountRange2Choice
impl Sync for ActiveOrHistoricAmountRange2Choice
impl Unpin for ActiveOrHistoricAmountRange2Choice
impl UnwindSafe for ActiveOrHistoricAmountRange2Choice
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