pub struct NoPartyIDs { /* private fields */ }
Implementations§
Source§impl NoPartyIDs
impl NoPartyIDs
Source§impl NoPartyIDs
impl NoPartyIDs
pub fn get_party_id(&self) -> Option<PartyID>
pub fn get_party_id_source(&self) -> Option<PartyIDSource>
pub fn get_party_role(&self) -> Option<PartyRole>
pub fn get_party_sub_id(&self) -> Option<PartySubID>
pub fn set_party_id(&mut self, value: PartyID) -> Result<&Self, QuickFixError>
pub fn remove_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_party_id_source( &mut self, value: PartyIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_party_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_party_role( &mut self, value: PartyRole, ) -> Result<&Self, QuickFixError>
pub fn remove_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn set_party_sub_id( &mut self, value: PartySubID, ) -> Result<&Self, QuickFixError>
pub fn remove_party_sub_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoPartyIDs
impl Clone for NoPartyIDs
Source§fn clone(&self) -> NoPartyIDs
fn clone(&self) -> NoPartyIDs
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 Freeze for NoPartyIDs
impl RefUnwindSafe for NoPartyIDs
impl !Send for NoPartyIDs
impl !Sync for NoPartyIDs
impl Unpin for NoPartyIDs
impl UnwindSafe for NoPartyIDs
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