pub struct OnlineMonitoringContext;Expand description
Online monitoring context — evidence produced in real-time from a live event stream.
Use as the Context type parameter of ContextualEvidence when the
evidence was collected during active process execution.
This is structure only. See crate::streaming. Graduate to wasm4pm
when online monitoring logic must execute.
Auto Trait Implementations§
impl Freeze for OnlineMonitoringContext
impl RefUnwindSafe for OnlineMonitoringContext
impl Send for OnlineMonitoringContext
impl Sync for OnlineMonitoringContext
impl Unpin for OnlineMonitoringContext
impl UnsafeUnpin for OnlineMonitoringContext
impl UnwindSafe for OnlineMonitoringContext
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