Struct codspeed_bencher_compat::TestDesc
source · pub struct TestDesc {
pub name: Cow<'static, str>,
pub ignore: bool,
}Fields§
§name: Cow<'static, str>§ignore: boolTrait Implementations§
source§impl PartialEq for TestDesc
impl PartialEq for TestDesc
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<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