pub struct DerivativeInstrumentAttribute {
pub derivative_instr_attrib_type: Option<Int>,
pub derivative_instr_attrib_value: Option<FixString>,
}Fields§
§derivative_instr_attrib_type: Option<Int>§derivative_instr_attrib_value: Option<FixString>Trait Implementations§
source§impl Clone for DerivativeInstrumentAttribute
impl Clone for DerivativeInstrumentAttribute
source§fn clone(&self) -> DerivativeInstrumentAttribute
fn clone(&self) -> DerivativeInstrumentAttribute
Returns a copy 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 Default for DerivativeInstrumentAttribute
impl Default for DerivativeInstrumentAttribute
source§fn default() -> DerivativeInstrumentAttribute
fn default() -> DerivativeInstrumentAttribute
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DerivativeInstrumentAttribute
impl RefUnwindSafe for DerivativeInstrumentAttribute
impl Send for DerivativeInstrumentAttribute
impl Sync for DerivativeInstrumentAttribute
impl Unpin for DerivativeInstrumentAttribute
impl UnwindSafe for DerivativeInstrumentAttribute
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