#[repr(C)]pub enum MetricNamespace {
Tracers = 0,
Profilers = 1,
Rum = 2,
Appsec = 3,
IdePlugins = 4,
LiveDebugger = 5,
Iast = 6,
General = 7,
Telemetry = 8,
Apm = 9,
Sidecar = 10,
}Variants§
Tracers = 0
Profilers = 1
Rum = 2
Appsec = 3
IdePlugins = 4
LiveDebugger = 5
Iast = 6
General = 7
Telemetry = 8
Apm = 9
Sidecar = 10
Trait Implementations§
Source§impl Clone for MetricNamespace
impl Clone for MetricNamespace
Source§fn clone(&self) -> MetricNamespace
fn clone(&self) -> MetricNamespace
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetricNamespace
impl Debug for MetricNamespace
Source§impl<'de> Deserialize<'de> for MetricNamespace
impl<'de> Deserialize<'de> for MetricNamespace
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for MetricNamespace
impl Serialize for MetricNamespace
impl Copy for MetricNamespace
Auto Trait Implementations§
impl Freeze for MetricNamespace
impl RefUnwindSafe for MetricNamespace
impl Send for MetricNamespace
impl Sync for MetricNamespace
impl Unpin for MetricNamespace
impl UnsafeUnpin for MetricNamespace
impl UnwindSafe for MetricNamespace
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