pub struct NoNested3PartyIDs { /* private fields */ }
Implementations§
Source§impl NoNested3PartyIDs
impl NoNested3PartyIDs
pub fn get_nested_3_party_id(&self) -> Option<Nested3PartyID>
pub fn get_nested_3_party_id_source(&self) -> Option<Nested3PartyIDSource>
pub fn get_nested_3_party_role(&self) -> Option<Nested3PartyRole>
pub fn no_nested_3_party_sub_i_ds_len(&self) -> usize
pub fn clone_group_no_nested_3_party_sub_i_ds( &self, index: usize, ) -> Option<NoNested3PartySubIDs>
pub fn iter_no_nested_3_party_sub_i_ds( &self, ) -> GroupIterator<'_, Self, NoNested3PartySubIDs> ⓘ
pub fn set_nested_3_party_id( &mut self, value: Nested3PartyID, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_3_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_nested_3_party_id_source( &mut self, value: Nested3PartyIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_3_party_id_source( &mut self, ) -> Result<&Self, QuickFixError>
pub fn set_nested_3_party_role( &mut self, value: Nested3PartyRole, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_3_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_nested_3_party_sub_i_ds( &mut self, value: NoNested3PartySubIDs, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoNested3PartyIDs
impl Clone for NoNested3PartyIDs
Source§fn clone(&self) -> NoNested3PartyIDs
fn clone(&self) -> NoNested3PartyIDs
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 NoNested3PartyIDs
impl RefUnwindSafe for NoNested3PartyIDs
impl !Send for NoNested3PartyIDs
impl !Sync for NoNested3PartyIDs
impl Unpin for NoNested3PartyIDs
impl UnwindSafe for NoNested3PartyIDs
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