pub enum TelemetryFallbackCode {
ResourceLimit,
Overloaded,
SupervisedTaskExit,
RuntimeWorkerStall,
TelemetryUnavailable,
}Variants§
Trait Implementations§
Source§impl Clone for TelemetryFallbackCode
impl Clone for TelemetryFallbackCode
Source§fn clone(&self) -> TelemetryFallbackCode
fn clone(&self) -> TelemetryFallbackCode
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 TelemetryFallbackCode
Source§impl Debug for TelemetryFallbackCode
impl Debug for TelemetryFallbackCode
impl Eq for TelemetryFallbackCode
Source§impl PartialEq for TelemetryFallbackCode
impl PartialEq for TelemetryFallbackCode
impl StructuralPartialEq for TelemetryFallbackCode
Auto Trait Implementations§
impl Freeze for TelemetryFallbackCode
impl RefUnwindSafe for TelemetryFallbackCode
impl Send for TelemetryFallbackCode
impl Sync for TelemetryFallbackCode
impl Unpin for TelemetryFallbackCode
impl UnsafeUnpin for TelemetryFallbackCode
impl UnwindSafe for TelemetryFallbackCode
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