Skip to main content

ExportedMetricLabel

Trait ExportedMetricLabel 

Source
pub(super) trait ExportedMetricLabel: MetricLabel {
    // Required method
    fn label_value(self) -> &'static str;
}

Required Methods§

Source

fn label_value(self) -> &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ExportedMetricLabel for WebSocketCloseCode

Source§

fn label_value(self) -> &'static str

Implementors§

Source§

impl ExportedMetricLabel for BudgetSolverOutcome

Source§

impl ExportedMetricLabel for HttpRoute

Source§

impl ExportedMetricLabel for MediaQualityLossDirection

Source§

impl ExportedMetricLabel for MediaQualitySample

Source§

impl ExportedMetricLabel for RtcDatagramDropReason

Source§

impl ExportedMetricLabel for RtcDatagramRoutePath

Source§

impl ExportedMetricLabel for RtcKeyframeRequestOutcome

Source§

impl ExportedMetricLabel for RtcNackDirection

Source§

impl ExportedMetricLabel for RtcOutputBudgetLimit

Source§

impl ExportedMetricLabel for RtcRemoteControlDropKind

Source§

impl ExportedMetricLabel for RtcRemotePacketGateConvergence

Source§

impl ExportedMetricLabel for RtcRouteControlOutcome

Source§

impl ExportedMetricLabel for RtpDecoderRefreshScope

Source§

impl ExportedMetricLabel for RtpForwardDestinationKind

Source§

impl ExportedMetricLabel for RtpRelayDropKind

Source§

impl ExportedMetricLabel for SourceSelectionKind

Source§

impl ExportedMetricLabel for TransportHealthState

Source§

impl ExportedMetricLabel for TransportIceState

Source§

impl ExportedMetricLabel for WsSessionLoopExitReason

Source§

impl ExportedMetricLabel for HttpDisconnectResponseStatus

Source§

impl ExportedMetricLabel for HttpRoomResponseStatus

Source§

impl ExportedMetricLabel for RtpFlowDirection

Source§

impl ExportedMetricLabel for WsBusClientFrameKind

Source§

impl ExportedMetricLabel for WsBusDirection

Source§

impl ExportedMetricLabel for WsBusFailureKind

Source§

impl ExportedMetricLabel for WsConnectionStage

Source§

impl ExportedMetricLabel for WsStartupFailureKind