pub struct NoUnderlyingStips { /* private fields */ }
Implementations§
Source§impl NoUnderlyingStips
impl NoUnderlyingStips
pub fn get_underlying_stip_type(&self) -> Option<UnderlyingStipType>
pub fn get_underlying_stip_value(&self) -> Option<UnderlyingStipValue>
pub fn set_underlying_stip_type( &mut self, value: UnderlyingStipType, ) -> Result<&Self, QuickFixError>
pub fn remove_underlying_stip_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_underlying_stip_value( &mut self, value: UnderlyingStipValue, ) -> Result<&Self, QuickFixError>
pub fn remove_underlying_stip_value(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoUnderlyingStips
impl Clone for NoUnderlyingStips
Source§fn clone(&self) -> NoUnderlyingStips
fn clone(&self) -> NoUnderlyingStips
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 NoUnderlyingStips
impl RefUnwindSafe for NoUnderlyingStips
impl !Send for NoUnderlyingStips
impl !Sync for NoUnderlyingStips
impl Unpin for NoUnderlyingStips
impl UnwindSafe for NoUnderlyingStips
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