pub enum TelemetryEventKind {
RuntimeStarted,
RuntimeFinished,
}Variants§
Implementations§
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 · 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
impl Copy 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