Struct quickfix_msg44::security_definition::NoInstrAttrib
source · pub struct NoInstrAttrib { /* private fields */ }
Implementations§
source§impl NoInstrAttrib
impl NoInstrAttrib
source§impl NoInstrAttrib
impl NoInstrAttrib
pub fn get_instr_attrib_type(&self) -> Option<InstrAttribType>
pub fn get_instr_attrib_value(&self) -> Option<InstrAttribValue>
pub fn set_instr_attrib_type( &mut self, value: InstrAttribType ) -> Result<&Self, QuickFixError>
pub fn remove_instr_attrib_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_instr_attrib_value( &mut self, value: InstrAttribValue ) -> Result<&Self, QuickFixError>
pub fn remove_instr_attrib_value(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoInstrAttrib
impl Clone for NoInstrAttrib
source§fn clone(&self) -> NoInstrAttrib
fn clone(&self) -> NoInstrAttrib
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 NoInstrAttrib
impl !Send for NoInstrAttrib
impl !Sync for NoInstrAttrib
impl Unpin for NoInstrAttrib
impl UnwindSafe for NoInstrAttrib
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