pub enum TelemetryKind {
Enqueued,
Started,
Succeeded,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for TelemetryKind
impl Clone for TelemetryKind
Source§fn clone(&self) -> TelemetryKind
fn clone(&self) -> TelemetryKind
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 TelemetryKind
impl Debug for TelemetryKind
Source§impl PartialEq for TelemetryKind
impl PartialEq for TelemetryKind
impl Copy for TelemetryKind
impl Eq for TelemetryKind
impl StructuralPartialEq for TelemetryKind
Auto Trait Implementations§
impl Freeze for TelemetryKind
impl RefUnwindSafe for TelemetryKind
impl Send for TelemetryKind
impl Sync for TelemetryKind
impl Unpin for TelemetryKind
impl UnwindSafe for TelemetryKind
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