#[repr(C)]pub enum MetricNamespace {
Show 15 variants
Tracers = 0,
Profilers = 1,
Rum = 2,
Appsec = 3,
IdePlugins = 4,
LiveDebugger = 5,
Iast = 6,
General = 7,
Telemetry = 8,
Apm = 9,
Sidecar = 10,
Civisibility = 11,
Mlobs = 12,
Ddtraceapi = 13,
AiGuard = 14,
}Variants§
Tracers = 0
Profilers = 1
Rum = 2
Appsec = 3
IdePlugins = 4
LiveDebugger = 5
Iast = 6
General = 7
Telemetry = 8
Apm = 9
Sidecar = 10
Civisibility = 11
Mlobs = 12
Ddtraceapi = 13
AiGuard = 14
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MetricNamespace
Source§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 Display for MetricNamespace
impl Display for MetricNamespace
impl Eq for MetricNamespace
Source§impl<'_derivative_strum> From<&'_derivative_strum MetricNamespace> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum MetricNamespace> for &'static str
Source§fn from(x: &'_derivative_strum MetricNamespace) -> &'static str
fn from(x: &'_derivative_strum MetricNamespace) -> &'static str
Converts to this type from the input type.
Source§impl From<MetricNamespace> for &'static str
impl From<MetricNamespace> for &'static str
Source§fn from(x: MetricNamespace) -> &'static str
fn from(x: MetricNamespace) -> &'static str
Converts to this type from the input type.
Source§impl Hash for MetricNamespace
impl Hash for MetricNamespace
Source§impl IntoEnumIterator for MetricNamespace
impl IntoEnumIterator for MetricNamespace
type Iterator = MetricNamespaceIter
fn iter() -> MetricNamespaceIter ⓘ
Source§impl PartialEq for MetricNamespace
impl PartialEq for MetricNamespace
Source§impl Serialize for MetricNamespace
impl Serialize for MetricNamespace
impl StructuralPartialEq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.