pub struct OpenedEngine {
pub engine: Engine,
pub report: OpenReport,
}Fields§
§engine: Engine§report: OpenReportTrait Implementations§
Auto Trait Implementations§
impl !Freeze for OpenedEngine
impl !RefUnwindSafe for OpenedEngine
impl Send for OpenedEngine
impl Sync for OpenedEngine
impl Unpin for OpenedEngine
impl UnsafeUnpin for OpenedEngine
impl !UnwindSafe for OpenedEngine
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