pub struct OpenedEngine {
pub engine: HyphaeEngine,
pub recovery: StorageRecoveryReport,
}Expand description
Newly opened embeddable engine and durable recovery evidence.
Fields§
§engine: HyphaeEngineReady engine facade.
recovery: StorageRecoveryReportLog verification and index replay evidence.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OpenedEngine
impl !UnwindSafe for OpenedEngine
impl Freeze for OpenedEngine
impl Send for OpenedEngine
impl Sync for OpenedEngine
impl Unpin for OpenedEngine
impl UnsafeUnpin 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