Struct quickfix_msg50::ioi::NoStipulations
source · pub struct NoStipulations { /* private fields */ }Implementations§
source§impl NoStipulations
impl NoStipulations
pub fn get_stipulation_type(&self) -> Option<StipulationType>
pub fn get_stipulation_value(&self) -> Option<StipulationValue>
pub fn set_stipulation_type( &mut self, value: StipulationType ) -> Result<&Self, QuickFixError>
pub fn remove_stipulation_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_stipulation_value( &mut self, value: StipulationValue ) -> Result<&Self, QuickFixError>
pub fn remove_stipulation_value(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoStipulations
impl Clone for NoStipulations
source§fn clone(&self) -> NoStipulations
fn clone(&self) -> NoStipulations
Returns a copy 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 RefUnwindSafe for NoStipulations
impl !Send for NoStipulations
impl !Sync for NoStipulations
impl Unpin for NoStipulations
impl UnwindSafe for NoStipulations
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