pub enum TelemetryEventKind {
Show 15 variants
Connect,
Disconnect,
Mount,
HandleEvent,
Patch,
Diff,
RenderCadence,
StreamInsert,
StreamDelete,
PubSubFanout,
UploadLifecycle,
SecurityAudit,
JobOutcome,
MigrationOutcome,
Error,
}Variants§
Connect
Disconnect
Mount
HandleEvent
Patch
Diff
RenderCadence
StreamInsert
StreamDelete
PubSubFanout
UploadLifecycle
SecurityAudit
JobOutcome
MigrationOutcome
Error
Trait Implementations§
Source§impl Clone for TelemetryEventKind
impl Clone for TelemetryEventKind
Source§fn clone(&self) -> TelemetryEventKind
fn clone(&self) -> TelemetryEventKind
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 moreSource§impl Debug for TelemetryEventKind
impl Debug for TelemetryEventKind
Source§impl<'de> Deserialize<'de> for TelemetryEventKind
impl<'de> Deserialize<'de> for TelemetryEventKind
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 PartialEq for TelemetryEventKind
impl PartialEq for TelemetryEventKind
Source§fn eq(&self, other: &TelemetryEventKind) -> bool
fn eq(&self, other: &TelemetryEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TelemetryEventKind
impl Serialize for TelemetryEventKind
impl Eq for TelemetryEventKind
impl StructuralPartialEq for TelemetryEventKind
Auto Trait Implementations§
impl Freeze for TelemetryEventKind
impl RefUnwindSafe for TelemetryEventKind
impl Send for TelemetryEventKind
impl Sync for TelemetryEventKind
impl Unpin for TelemetryEventKind
impl UnsafeUnpin for TelemetryEventKind
impl UnwindSafe for TelemetryEventKind
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