pub struct RawBenchmarkEvent {
pub prefix: String,
pub label: String,
pub suite: String,
pub span_label: String,
pub kind: BenchmarkEventKind,
pub counters: BenchmarkCounters,
pub source_line: usize,
pub source: BenchmarkEventSource,
}Fields§
§prefix: String§label: String§suite: String§span_label: String§kind: BenchmarkEventKind§counters: BenchmarkCounters§source_line: usize§source: BenchmarkEventSourceTrait Implementations§
Source§impl Clone for RawBenchmarkEvent
impl Clone for RawBenchmarkEvent
Source§fn clone(&self) -> RawBenchmarkEvent
fn clone(&self) -> RawBenchmarkEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawBenchmarkEvent
impl Debug for RawBenchmarkEvent
Source§impl PartialEq for RawBenchmarkEvent
impl PartialEq for RawBenchmarkEvent
Source§fn eq(&self, other: &RawBenchmarkEvent) -> bool
fn eq(&self, other: &RawBenchmarkEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RawBenchmarkEvent
impl StructuralPartialEq for RawBenchmarkEvent
Auto Trait Implementations§
impl Freeze for RawBenchmarkEvent
impl RefUnwindSafe for RawBenchmarkEvent
impl Send for RawBenchmarkEvent
impl Sync for RawBenchmarkEvent
impl Unpin for RawBenchmarkEvent
impl UnsafeUnpin for RawBenchmarkEvent
impl UnwindSafe for RawBenchmarkEvent
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.