Struct easyfix_messages::groups::InstrumentPtysSubGrp
source · [−]pub struct InstrumentPtysSubGrp {
pub instrument_party_sub_id: Option<FixString>,
pub instrument_party_sub_id_type: Option<Int>,
}Fields
instrument_party_sub_id: Option<FixString>instrument_party_sub_id_type: Option<Int>Trait Implementations
sourceimpl Clone for InstrumentPtysSubGrp
impl Clone for InstrumentPtysSubGrp
sourcefn clone(&self) -> InstrumentPtysSubGrp
fn clone(&self) -> InstrumentPtysSubGrp
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 InstrumentPtysSubGrp
impl Send for InstrumentPtysSubGrp
impl Sync for InstrumentPtysSubGrp
impl Unpin for InstrumentPtysSubGrp
impl UnwindSafe for InstrumentPtysSubGrp
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