pub struct FinancialInstrument46Choice {
pub isin: Option<String>,
pub indx: Option<BenchmarkCurveName2Code>,
}Fields§
§isin: Option<String>§indx: Option<BenchmarkCurveName2Code>Implementations§
Source§impl FinancialInstrument46Choice
impl FinancialInstrument46Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrument46Choice
impl RefUnwindSafe for FinancialInstrument46Choice
impl Send for FinancialInstrument46Choice
impl Sync for FinancialInstrument46Choice
impl Unpin for FinancialInstrument46Choice
impl UnwindSafe for FinancialInstrument46Choice
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