pub struct NoInstrumentPartySubIDs { /* private fields */ }Implementations§
Source§impl NoInstrumentPartySubIDs
impl NoInstrumentPartySubIDs
pub fn get_instrument_party_sub_id(&self) -> Option<InstrumentPartySubID>
pub fn get_instrument_party_sub_id_type( &self, ) -> Option<InstrumentPartySubIDType>
pub fn set_instrument_party_sub_id( &mut self, value: InstrumentPartySubID, ) -> Result<&Self, QuickFixError>
pub fn remove_instrument_party_sub_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_instrument_party_sub_id_type( &mut self, value: InstrumentPartySubIDType, ) -> Result<&Self, QuickFixError>
pub fn remove_instrument_party_sub_id_type( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoInstrumentPartySubIDs
impl Clone for NoInstrumentPartySubIDs
Source§fn clone(&self) -> NoInstrumentPartySubIDs
fn clone(&self) -> NoInstrumentPartySubIDs
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 NoInstrumentPartySubIDs
impl RefUnwindSafe for NoInstrumentPartySubIDs
impl !Send for NoInstrumentPartySubIDs
impl !Sync for NoInstrumentPartySubIDs
impl Unpin for NoInstrumentPartySubIDs
impl UnwindSafe for NoInstrumentPartySubIDs
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