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 Freeze for NoNestedPartyIDs
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