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