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