Struct codspeed_bencher_compat::TestDesc
source · Fields§
§name: Cow<'static, str>§ignore: boolTrait Implementations§
impl Eq for TestDesc
impl StructuralEq for TestDesc
impl StructuralPartialEq for TestDesc
Auto Trait Implementations§
impl RefUnwindSafe for TestDesc
impl Send for TestDesc
impl Sync for TestDesc
impl Unpin for TestDesc
impl UnwindSafe for TestDesc
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.