pub struct DerivativeInstrumentPartySubIDsGrp {
pub derivative_instrument_party_sub_id: Option<FixString>,
pub derivative_instrument_party_sub_id_type: Option<Int>,
}Fields
derivative_instrument_party_sub_id: Option<FixString>derivative_instrument_party_sub_id_type: Option<Int>Trait Implementations
sourceimpl Clone for DerivativeInstrumentPartySubIDsGrp
impl Clone for DerivativeInstrumentPartySubIDsGrp
sourcefn clone(&self) -> DerivativeInstrumentPartySubIDsGrp
fn clone(&self) -> DerivativeInstrumentPartySubIDsGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for DerivativeInstrumentPartySubIDsGrp
impl Send for DerivativeInstrumentPartySubIDsGrp
impl Sync for DerivativeInstrumentPartySubIDsGrp
impl Unpin for DerivativeInstrumentPartySubIDsGrp
impl UnwindSafe for DerivativeInstrumentPartySubIDsGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more