pub enum Standing {
Corroborated,
Confirmed,
Disputed,
Withdrawn,
Unverified,
}Variants§
Corroborated
Both reviewers raised it independently. The strongest signal there is.
Confirmed
One raised it, the other read the code and agreed.
Disputed
One raised it, the other read the code and rejected it, and it survived a rebuttal. A person decides.
Withdrawn
Raised, rejected, and withdrawn by the reviewer who raised it.
Unverified
Raised with nobody left to check it, because the round budget ran out.
Implementations§
Trait Implementations§
impl Copy for Standing
impl Eq for Standing
impl StructuralPartialEq for Standing
Auto Trait Implementations§
impl Freeze for Standing
impl RefUnwindSafe for Standing
impl Send for Standing
impl Sync for Standing
impl Unpin for Standing
impl UnsafeUnpin for Standing
impl UnwindSafe for Standing
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,
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.