#[repr(u64)]pub enum MetricOutcome {
Show 14 variants
None = 0,
Ok = 1,
Failed = 2,
RuntimeError = 3,
Cancelled = 4,
ClientError = 5,
ServerError = 6,
Hit = 7,
Miss = 8,
Reused = 9,
Started = 10,
Retry = 11,
Integrated = 12,
External = 13,
}Variants§
None = 0
Ok = 1
Failed = 2
RuntimeError = 3
Cancelled = 4
ClientError = 5
ServerError = 6
Hit = 7
Miss = 8
Reused = 9
Started = 10
Retry = 11
Integrated = 12
External = 13
Implementations§
Trait Implementations§
Source§impl Clone for MetricOutcome
impl Clone for MetricOutcome
impl Copy for MetricOutcome
Source§impl Debug for MetricOutcome
impl Debug for MetricOutcome
impl Eq for MetricOutcome
Source§impl PartialEq for MetricOutcome
impl PartialEq for MetricOutcome
impl StructuralPartialEq for MetricOutcome
Auto Trait Implementations§
impl Freeze for MetricOutcome
impl RefUnwindSafe for MetricOutcome
impl Send for MetricOutcome
impl Sync for MetricOutcome
impl Unpin for MetricOutcome
impl UnsafeUnpin for MetricOutcome
impl UnwindSafe for MetricOutcome
Blanket Implementations§
impl<T> ArtifactLease for T
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