pub enum SimilarCodeVerdictMatch {
CandidateId,
ReviewKey,
Unverified,
AmbiguousReviewKey,
}Expand description
How review matched an external verdict to the current candidate.
Variants§
CandidateId
Verdict matched the exact snapshot candidate identity.
ReviewKey
Verdict was rebound unambiguously through both content digests.
Unverified
No verdict was supplied for this candidate.
AmbiguousReviewKey
Review-key rebinding was ambiguous and therefore refused.
Trait Implementations§
Source§impl Clone for SimilarCodeVerdictMatch
impl Clone for SimilarCodeVerdictMatch
impl Copy for SimilarCodeVerdictMatch
Source§impl Debug for SimilarCodeVerdictMatch
impl Debug for SimilarCodeVerdictMatch
Source§impl<'de> Deserialize<'de> for SimilarCodeVerdictMatch
impl<'de> Deserialize<'de> for SimilarCodeVerdictMatch
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 SimilarCodeVerdictMatch
Source§impl PartialEq for SimilarCodeVerdictMatch
impl PartialEq for SimilarCodeVerdictMatch
Source§impl Serialize for SimilarCodeVerdictMatch
impl Serialize for SimilarCodeVerdictMatch
impl StructuralPartialEq for SimilarCodeVerdictMatch
Auto Trait Implementations§
impl Freeze for SimilarCodeVerdictMatch
impl RefUnwindSafe for SimilarCodeVerdictMatch
impl Send for SimilarCodeVerdictMatch
impl Sync for SimilarCodeVerdictMatch
impl Unpin for SimilarCodeVerdictMatch
impl UnsafeUnpin for SimilarCodeVerdictMatch
impl UnwindSafe for SimilarCodeVerdictMatch
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.