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