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 clone_group_no_nested_3_party_sub_i_ds( &self, index: usize ) -> Option<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 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 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