Struct quickfix_msg43::security_types::NoSecurityTypes
source · pub struct NoSecurityTypes { /* private fields */ }
Implementations§
source§impl NoSecurityTypes
impl NoSecurityTypes
pub fn get_security_type(&self) -> Option<SecurityType>
pub fn get_product(&self) -> Option<Product>
pub fn get_cfi_code(&self) -> Option<CFICode>
pub fn set_security_type( &mut self, value: SecurityType ) -> Result<&Self, QuickFixError>
pub fn remove_security_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_product(&mut self, value: Product) -> Result<&Self, QuickFixError>
pub fn remove_product(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cfi_code(&mut self, value: CFICode) -> Result<&Self, QuickFixError>
pub fn remove_cfi_code(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoSecurityTypes
impl Clone for NoSecurityTypes
source§fn clone(&self) -> NoSecurityTypes
fn clone(&self) -> NoSecurityTypes
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 NoSecurityTypes
impl !Send for NoSecurityTypes
impl !Sync for NoSecurityTypes
impl Unpin for NoSecurityTypes
impl UnwindSafe for NoSecurityTypes
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