Struct cfix::types::ExeuctionReport
source · pub struct ExeuctionReport {
pub exec_type: ExecutionType,
pub order_report: OrderReport,
}Fields§
§exec_type: ExecutionTypeorder_report: OrderReportTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExeuctionReport
impl Send for ExeuctionReport
impl Sync for ExeuctionReport
impl Unpin for ExeuctionReport
impl UnwindSafe for ExeuctionReport
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