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