Struct quickfix_msg43::allocation::no_allocs::NoNestedPartyIDs
source · pub struct NoNestedPartyIDs { /* private fields */ }
Implementations§
source§impl NoNestedPartyIDs
impl NoNestedPartyIDs
pub fn get_nested_party_id(&self) -> Option<NestedPartyID>
pub fn get_nested_party_id_source(&self) -> Option<NestedPartyIDSource>
pub fn get_nested_party_role(&self) -> Option<NestedPartyRole>
pub fn get_nested_party_sub_id(&self) -> Option<NestedPartySubID>
pub fn set_nested_party_id( &mut self, value: NestedPartyID ) -> Result<&Self, QuickFixError>
pub fn remove_nested_party_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_nested_party_id_source( &mut self, value: NestedPartyIDSource ) -> Result<&Self, QuickFixError>
pub fn remove_nested_party_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_nested_party_role( &mut self, value: NestedPartyRole ) -> Result<&Self, QuickFixError>
pub fn remove_nested_party_role(&mut self) -> Result<&Self, QuickFixError>
pub fn set_nested_party_sub_id( &mut self, value: NestedPartySubID ) -> Result<&Self, QuickFixError>
pub fn remove_nested_party_sub_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoNestedPartyIDs
impl Clone for NoNestedPartyIDs
source§fn clone(&self) -> NoNestedPartyIDs
fn clone(&self) -> NoNestedPartyIDs
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 NoNestedPartyIDs
impl !Send for NoNestedPartyIDs
impl !Sync for NoNestedPartyIDs
impl Unpin for NoNestedPartyIDs
impl UnwindSafe for NoNestedPartyIDs
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