pub enum DegradeReason {
Disabled,
MemoryPressure,
MidRangeProfile,
}Expand description
Why an optional pipeline stage was degraded (PRD risk policy made observable).
Variants§
Trait Implementations§
Source§impl Clone for DegradeReason
impl Clone for DegradeReason
Source§fn clone(&self) -> DegradeReason
fn clone(&self) -> DegradeReason
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 DegradeReason
Source§impl Debug for DegradeReason
impl Debug for DegradeReason
impl Eq for DegradeReason
Source§impl PartialEq for DegradeReason
impl PartialEq for DegradeReason
Source§fn eq(&self, other: &DegradeReason) -> bool
fn eq(&self, other: &DegradeReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DegradeReason
Auto Trait Implementations§
impl Freeze for DegradeReason
impl RefUnwindSafe for DegradeReason
impl Send for DegradeReason
impl Sync for DegradeReason
impl Unpin for DegradeReason
impl UnsafeUnpin for DegradeReason
impl UnwindSafe for DegradeReason
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