pub enum RuntimeConfigEffect {
Correctness,
Performance,
Memory,
Diagnostics,
}Expand description
Impact classes used by config snapshots and artifact diffs.
Variants§
Trait Implementations§
Source§impl Clone for RuntimeConfigEffect
impl Clone for RuntimeConfigEffect
Source§fn clone(&self) -> RuntimeConfigEffect
fn clone(&self) -> RuntimeConfigEffect
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 RuntimeConfigEffect
Source§impl Debug for RuntimeConfigEffect
impl Debug for RuntimeConfigEffect
Source§impl<'de> Deserialize<'de> for RuntimeConfigEffect
impl<'de> Deserialize<'de> for RuntimeConfigEffect
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeConfigEffect
Source§impl Ord for RuntimeConfigEffect
impl Ord for RuntimeConfigEffect
Source§fn cmp(&self, other: &RuntimeConfigEffect) -> Ordering
fn cmp(&self, other: &RuntimeConfigEffect) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RuntimeConfigEffect
impl PartialEq for RuntimeConfigEffect
Source§fn eq(&self, other: &RuntimeConfigEffect) -> bool
fn eq(&self, other: &RuntimeConfigEffect) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeConfigEffect
impl PartialOrd for RuntimeConfigEffect
Source§impl Serialize for RuntimeConfigEffect
impl Serialize for RuntimeConfigEffect
impl StructuralPartialEq for RuntimeConfigEffect
Auto Trait Implementations§
impl Freeze for RuntimeConfigEffect
impl RefUnwindSafe for RuntimeConfigEffect
impl Send for RuntimeConfigEffect
impl Sync for RuntimeConfigEffect
impl Unpin for RuntimeConfigEffect
impl UnsafeUnpin for RuntimeConfigEffect
impl UnwindSafe for RuntimeConfigEffect
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