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 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 NoStipulations
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