pub struct DefinedAttributes1Choice {
pub qty_dfnd_attrbts: Option<FinancialInstrumentAttributes89>,
pub val_dfnd_attrbts: Option<FinancialInstrumentAttributes90>,
}Fields§
§qty_dfnd_attrbts: Option<FinancialInstrumentAttributes89>§val_dfnd_attrbts: Option<FinancialInstrumentAttributes90>Implementations§
Source§impl DefinedAttributes1Choice
impl DefinedAttributes1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DefinedAttributes1Choice
impl RefUnwindSafe for DefinedAttributes1Choice
impl Send for DefinedAttributes1Choice
impl Sync for DefinedAttributes1Choice
impl Unpin for DefinedAttributes1Choice
impl UnwindSafe for DefinedAttributes1Choice
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