pub struct OfflineAnalysisContext;Expand description
Offline analysis context — evidence collected from a complete, static event log.
Use as the Context type parameter of ContextualEvidence when the
evidence was collected from a finished log rather than a live stream.
This is structure only. See crate::streaming. Graduate to wasm4pm
when offline replay or conformance checking must execute.
Auto Trait Implementations§
impl Freeze for OfflineAnalysisContext
impl RefUnwindSafe for OfflineAnalysisContext
impl Send for OfflineAnalysisContext
impl Sync for OfflineAnalysisContext
impl Unpin for OfflineAnalysisContext
impl UnsafeUnpin for OfflineAnalysisContext
impl UnwindSafe for OfflineAnalysisContext
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