pub struct WasmStoreMetricsApi;Expand description
WasmStoreMetricsApi
Implementations§
Source§impl WasmStoreMetricsApi
impl WasmStoreMetricsApi
Sourcepub fn record(
operation: WasmStoreMetricOperation,
source: WasmStoreMetricSource,
outcome: WasmStoreMetricOutcome,
reason: WasmStoreMetricReason,
)
pub fn record( operation: WasmStoreMetricOperation, source: WasmStoreMetricSource, outcome: WasmStoreMetricOutcome, reason: WasmStoreMetricReason, )
Record one wasm-store operation metric point.
Auto Trait Implementations§
impl Freeze for WasmStoreMetricsApi
impl RefUnwindSafe for WasmStoreMetricsApi
impl Send for WasmStoreMetricsApi
impl Sync for WasmStoreMetricsApi
impl Unpin for WasmStoreMetricsApi
impl UnsafeUnpin for WasmStoreMetricsApi
impl UnwindSafe for WasmStoreMetricsApi
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