pub struct TradingInstrumentTradingInstrumentDescription {
pub trading_instrument_description: TradingInstrumentTradingInstrumentDescriptionDescription,
}Fields§
§trading_instrument_description: TradingInstrumentTradingInstrumentDescriptionDescriptionTrait Implementations§
Source§impl Clone for TradingInstrumentTradingInstrumentDescription
impl Clone for TradingInstrumentTradingInstrumentDescription
Source§fn clone(&self) -> TradingInstrumentTradingInstrumentDescription
fn clone(&self) -> TradingInstrumentTradingInstrumentDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for TradingInstrumentTradingInstrumentDescription
impl PartialEq for TradingInstrumentTradingInstrumentDescription
Source§fn eq(&self, other: &TradingInstrumentTradingInstrumentDescription) -> bool
fn eq(&self, other: &TradingInstrumentTradingInstrumentDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for TradingInstrumentTradingInstrumentDescription
impl<'v_a> ValidateArgs<'v_a> for TradingInstrumentTradingInstrumentDescription
impl StructuralPartialEq for TradingInstrumentTradingInstrumentDescription
Auto Trait Implementations§
impl Freeze for TradingInstrumentTradingInstrumentDescription
impl RefUnwindSafe for TradingInstrumentTradingInstrumentDescription
impl Send for TradingInstrumentTradingInstrumentDescription
impl Sync for TradingInstrumentTradingInstrumentDescription
impl Unpin for TradingInstrumentTradingInstrumentDescription
impl UnsafeUnpin for TradingInstrumentTradingInstrumentDescription
impl UnwindSafe for TradingInstrumentTradingInstrumentDescription
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