pub struct BenchmarkItem {
pub target: BenchmarkTarget,
pub result: ValidationResult,
}Expand description
One benchmark execution item.
Fields§
§target: BenchmarkTargetTarget metadata.
result: ValidationResultValidator output.
Trait Implementations§
Source§impl Clone for BenchmarkItem
impl Clone for BenchmarkItem
Source§fn clone(&self) -> BenchmarkItem
fn clone(&self) -> BenchmarkItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BenchmarkItem
impl Debug for BenchmarkItem
Auto Trait Implementations§
impl Freeze for BenchmarkItem
impl RefUnwindSafe for BenchmarkItem
impl Send for BenchmarkItem
impl Sync for BenchmarkItem
impl Unpin for BenchmarkItem
impl UnsafeUnpin for BenchmarkItem
impl UnwindSafe for BenchmarkItem
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