pub struct NoLegStipulations { /* private fields */ }Implementations§
Source§impl NoLegStipulations
impl NoLegStipulations
pub fn get_leg_stipulation_type(&self) -> Option<LegStipulationType>
pub fn get_leg_stipulation_value(&self) -> Option<LegStipulationValue>
pub fn set_leg_stipulation_type( &mut self, value: LegStipulationType, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_stipulation_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_leg_stipulation_value( &mut self, value: LegStipulationValue, ) -> Result<&Self, QuickFixError>
pub fn remove_leg_stipulation_value(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoLegStipulations
impl Clone for NoLegStipulations
Source§fn clone(&self) -> NoLegStipulations
fn clone(&self) -> NoLegStipulations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NoLegStipulations
impl RefUnwindSafe for NoLegStipulations
impl !Send for NoLegStipulations
impl !Sync for NoLegStipulations
impl Unpin for NoLegStipulations
impl UnwindSafe for NoLegStipulations
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more