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