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