pub struct NoUnderlyingSecurityAltID { /* private fields */ }
Implementations§
Source§impl NoUnderlyingSecurityAltID
impl NoUnderlyingSecurityAltID
pub fn get_underlying_security_alt_id(&self) -> Option<UnderlyingSecurityAltID>
pub fn get_underlying_security_alt_id_source( &self, ) -> Option<UnderlyingSecurityAltIDSource>
pub fn set_underlying_security_alt_id( &mut self, value: UnderlyingSecurityAltID, ) -> Result<&Self, QuickFixError>
pub fn remove_underlying_security_alt_id( &mut self, ) -> Result<&Self, QuickFixError>
pub fn set_underlying_security_alt_id_source( &mut self, value: UnderlyingSecurityAltIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_underlying_security_alt_id_source( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoUnderlyingSecurityAltID
impl Clone for NoUnderlyingSecurityAltID
Source§fn clone(&self) -> NoUnderlyingSecurityAltID
fn clone(&self) -> NoUnderlyingSecurityAltID
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 NoUnderlyingSecurityAltID
impl RefUnwindSafe for NoUnderlyingSecurityAltID
impl !Send for NoUnderlyingSecurityAltID
impl !Sync for NoUnderlyingSecurityAltID
impl Unpin for NoUnderlyingSecurityAltID
impl UnwindSafe for NoUnderlyingSecurityAltID
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