Struct quickfix_msg44::collateral_assignment::NoExecs
source · pub struct NoExecs { /* private fields */ }
Implementations§
source§impl NoExecs
impl NoExecs
pub fn get_exec_id(&self) -> Option<ExecID>
pub fn set_exec_id(&mut self, value: ExecID) -> Result<&Self, QuickFixError>
pub fn remove_exec_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NoExecs
impl !Send for NoExecs
impl !Sync for NoExecs
impl Unpin for NoExecs
impl UnwindSafe for NoExecs
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