pub struct TradingInstrumentVariant0 {
pub conid: f64,
}Fields§
§conid: f64- Example:
459200101.0
Trait Implementations§
Source§impl Clone for TradingInstrumentVariant0
impl Clone for TradingInstrumentVariant0
Source§fn clone(&self) -> TradingInstrumentVariant0
fn clone(&self) -> TradingInstrumentVariant0
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 Debug for TradingInstrumentVariant0
impl Debug for TradingInstrumentVariant0
Source§impl Default for TradingInstrumentVariant0
impl Default for TradingInstrumentVariant0
impl StructuralPartialEq for TradingInstrumentVariant0
Auto Trait Implementations§
impl Freeze for TradingInstrumentVariant0
impl RefUnwindSafe for TradingInstrumentVariant0
impl Send for TradingInstrumentVariant0
impl Sync for TradingInstrumentVariant0
impl Unpin for TradingInstrumentVariant0
impl UnsafeUnpin for TradingInstrumentVariant0
impl UnwindSafe for TradingInstrumentVariant0
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