Enum move_lang::diagnostics::codes::Tests
source · #[repr(u8)]
pub enum Tests {
DontStartAtZeroPlaceholder,
TestFailed,
}
Variants§
Trait Implementations§
source§impl DiagnosticCode for Tests
impl DiagnosticCode for Tests
source§impl PartialEq<Tests> for Tests
impl PartialEq<Tests> for Tests
impl Copy for Tests
impl Eq for Tests
impl StructuralEq for Tests
impl StructuralPartialEq for Tests
Auto Trait Implementations§
impl RefUnwindSafe for Tests
impl Send for Tests
impl Sync for Tests
impl Unpin for Tests
impl UnwindSafe for Tests
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.