Struct easyfix_messages::groups::MsgTypeGrp
source · [−]pub struct MsgTypeGrp {
pub ref_msg_type: Option<FixString>,
pub msg_direction: Option<MsgDirection>,
pub ref_appl_ver_id: Option<FixString>,
pub ref_appl_ext_id: Option<Int>,
pub ref_cstm_appl_ver_id: Option<FixString>,
pub default_ver_indicator: Option<Boolean>,
}Fields
ref_msg_type: Option<FixString>msg_direction: Option<MsgDirection>ref_appl_ver_id: Option<FixString>ref_appl_ext_id: Option<Int>ref_cstm_appl_ver_id: Option<FixString>default_ver_indicator: Option<Boolean>Trait Implementations
sourceimpl Clone for MsgTypeGrp
impl Clone for MsgTypeGrp
sourcefn clone(&self) -> MsgTypeGrp
fn clone(&self) -> MsgTypeGrp
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 MsgTypeGrp
impl Send for MsgTypeGrp
impl Sync for MsgTypeGrp
impl Unpin for MsgTypeGrp
impl UnwindSafe for MsgTypeGrp
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