pub enum ReleaseTrendDirection {
Improving,
Stable,
Degrading,
}Expand description
Direction of risk movement between adjacent candidates.
Variants§
Improving
Risk score moved down by a material amount.
Stable
Risk score remained effectively flat.
Degrading
Risk score moved up by a material amount.
Trait Implementations§
Source§impl Clone for ReleaseTrendDirection
impl Clone for ReleaseTrendDirection
Source§fn clone(&self) -> ReleaseTrendDirection
fn clone(&self) -> ReleaseTrendDirection
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 ReleaseTrendDirection
impl Debug for ReleaseTrendDirection
Source§impl<'de> Deserialize<'de> for ReleaseTrendDirection
impl<'de> Deserialize<'de> for ReleaseTrendDirection
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
Source§impl PartialEq for ReleaseTrendDirection
impl PartialEq for ReleaseTrendDirection
Source§impl Serialize for ReleaseTrendDirection
impl Serialize for ReleaseTrendDirection
impl Copy for ReleaseTrendDirection
impl Eq for ReleaseTrendDirection
impl StructuralPartialEq for ReleaseTrendDirection
Auto Trait Implementations§
impl Freeze for ReleaseTrendDirection
impl RefUnwindSafe for ReleaseTrendDirection
impl Send for ReleaseTrendDirection
impl Sync for ReleaseTrendDirection
impl Unpin for ReleaseTrendDirection
impl UnsafeUnpin for ReleaseTrendDirection
impl UnwindSafe for ReleaseTrendDirection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more