pub struct FinancialInstrument97 {
pub eqty: Option<Equity3>,
pub warrt: Option<Warrant4>,
pub debt: Option<Debt5>,
pub deriv: Option<Derivative4>,
}Fields§
§eqty: Option<Equity3>§warrt: Option<Warrant4>§debt: Option<Debt5>§deriv: Option<Derivative4>Implementations§
Source§impl FinancialInstrument97
impl FinancialInstrument97
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrument97
impl RefUnwindSafe for FinancialInstrument97
impl Send for FinancialInstrument97
impl Sync for FinancialInstrument97
impl Unpin for FinancialInstrument97
impl UnwindSafe for FinancialInstrument97
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