pub struct BenchmarkDeltaHighlight {
pub id: String,
pub delta_ms: f64,
pub delta_pct: f64,
}Fields§
§id: String§delta_ms: f64§delta_pct: f64Trait Implementations§
Source§impl Clone for BenchmarkDeltaHighlight
impl Clone for BenchmarkDeltaHighlight
Source§fn clone(&self) -> BenchmarkDeltaHighlight
fn clone(&self) -> BenchmarkDeltaHighlight
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 BenchmarkDeltaHighlight
impl Debug for BenchmarkDeltaHighlight
Source§impl PartialEq for BenchmarkDeltaHighlight
impl PartialEq for BenchmarkDeltaHighlight
Source§fn eq(&self, other: &BenchmarkDeltaHighlight) -> bool
fn eq(&self, other: &BenchmarkDeltaHighlight) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BenchmarkDeltaHighlight
impl Serialize for BenchmarkDeltaHighlight
impl StructuralPartialEq for BenchmarkDeltaHighlight
Auto Trait Implementations§
impl Freeze for BenchmarkDeltaHighlight
impl RefUnwindSafe for BenchmarkDeltaHighlight
impl Send for BenchmarkDeltaHighlight
impl Sync for BenchmarkDeltaHighlight
impl Unpin for BenchmarkDeltaHighlight
impl UnsafeUnpin for BenchmarkDeltaHighlight
impl UnwindSafe for BenchmarkDeltaHighlight
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