pub struct NoRootPartyIDs { /* private fields */ }
Implementations§
Source§impl NoRootPartyIDs
impl NoRootPartyIDs
pub fn get_root_party_id(&self) -> Option<RootPartyID>
pub fn get_root_party_id_source(&self) -> Option<RootPartyIDSource>
pub fn get_root_party_role(&self) -> Option<RootPartyRole>
pub fn no_root_party_sub_i_ds_len(&self) -> usize
pub fn clone_group_no_root_party_sub_i_ds( &self, index: usize, ) -> Option<NoRootPartySubIDs>
pub fn iter_no_root_party_sub_i_ds( &self, ) -> GroupIterator<'_, Self, NoRootPartySubIDs> ⓘ
pub fn set_root_party_id( &mut self, value: RootPartyID, ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_root_party_id_source( &mut self, value: RootPartyIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_root_party_role( &mut self, value: RootPartyRole, ) -> Result<&Self, QuickFixError>
pub fn remove_root_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_root_party_sub_i_ds( &mut self, value: NoRootPartySubIDs, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoRootPartyIDs
impl Clone for NoRootPartyIDs
Source§fn clone(&self) -> NoRootPartyIDs
fn clone(&self) -> NoRootPartyIDs
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 NoRootPartyIDs
impl RefUnwindSafe for NoRootPartyIDs
impl !Send for NoRootPartyIDs
impl !Sync for NoRootPartyIDs
impl Unpin for NoRootPartyIDs
impl UnwindSafe for NoRootPartyIDs
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