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