pub struct NoNested2PartyIDs { /* private fields */ }
Implementations§
Source§impl NoNested2PartyIDs
impl NoNested2PartyIDs
pub fn get_nested_2_party_id(&self) -> Option<Nested2PartyID>
pub fn get_nested_2_party_id_source(&self) -> Option<Nested2PartyIDSource>
pub fn get_nested_2_party_role(&self) -> Option<Nested2PartyRole>
pub fn no_nested_2_party_sub_i_ds_len(&self) -> usize
pub fn clone_group_no_nested_2_party_sub_i_ds( &self, index: usize, ) -> Option<NoNested2PartySubIDs>
pub fn iter_no_nested_2_party_sub_i_ds( &self, ) -> GroupIterator<'_, Self, NoNested2PartySubIDs> ⓘ
pub fn set_nested_2_party_id( &mut self, value: Nested2PartyID, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_2_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_nested_2_party_id_source( &mut self, value: Nested2PartyIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_2_party_id_source( &mut self, ) -> Result<&Self, QuickFixError>
pub fn set_nested_2_party_role( &mut self, value: Nested2PartyRole, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_2_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_2_party_sub_i_ds( &mut self, value: NoNested2PartySubIDs, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoNested2PartyIDs
impl Clone for NoNested2PartyIDs
Source§fn clone(&self) -> NoNested2PartyIDs
fn clone(&self) -> NoNested2PartyIDs
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 NoNested2PartyIDs
impl RefUnwindSafe for NoNested2PartyIDs
impl !Send for NoNested2PartyIDs
impl !Sync for NoNested2PartyIDs
impl Unpin for NoNested2PartyIDs
impl UnwindSafe for NoNested2PartyIDs
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