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