pub struct NoNestedPartySubIDs { /* private fields */ }Implementations§
Source§impl NoNestedPartySubIDs
impl NoNestedPartySubIDs
pub fn get_nested_party_sub_id(&self) -> Option<NestedPartySubID>
pub fn get_nested_party_sub_id_type(&self) -> Option<NestedPartySubIDType>
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>
pub fn set_nested_party_sub_id_type( &mut self, value: NestedPartySubIDType, ) -> Result<&Self, QuickFixError>
pub fn remove_nested_party_sub_id_type( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoNestedPartySubIDs
impl Clone for NoNestedPartySubIDs
Source§fn clone(&self) -> NoNestedPartySubIDs
fn clone(&self) -> NoNestedPartySubIDs
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 NoNestedPartySubIDs
impl RefUnwindSafe for NoNestedPartySubIDs
impl !Send for NoNestedPartySubIDs
impl !Sync for NoNestedPartySubIDs
impl Unpin for NoNestedPartySubIDs
impl UnwindSafe for NoNestedPartySubIDs
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