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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)