pub enum TelemetrySource {
Frontend,
Backend,
Plugin,
ThirdPartyOtel,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TelemetrySource
impl Clone for TelemetrySource
Source§fn clone(&self) -> TelemetrySource
fn clone(&self) -> TelemetrySource
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 TelemetrySource
Source§impl Debug for TelemetrySource
impl Debug for TelemetrySource
Source§impl<'de> Deserialize<'de> for TelemetrySource
impl<'de> Deserialize<'de> for TelemetrySource
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
impl Eq for TelemetrySource
Source§impl PartialEq for TelemetrySource
impl PartialEq for TelemetrySource
Source§fn eq(&self, other: &TelemetrySource) -> bool
fn eq(&self, other: &TelemetrySource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TelemetrySource
impl Serialize for TelemetrySource
impl StructuralPartialEq for TelemetrySource
Auto Trait Implementations§
impl Freeze for TelemetrySource
impl RefUnwindSafe for TelemetrySource
impl Send for TelemetrySource
impl Sync for TelemetrySource
impl Unpin for TelemetrySource
impl UnsafeUnpin for TelemetrySource
impl UnwindSafe for TelemetrySource
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