pub struct TestTrend {
pub timestamp: String,
pub status: String,
pub duration_ms: u64,
}Expand description
Trend data point for a specific test.
Fields§
§timestamp: StringTimestamp
status: StringStatus at this point
duration_ms: u64Duration in milliseconds
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestTrend
impl RefUnwindSafe for TestTrend
impl Send for TestTrend
impl Sync for TestTrend
impl Unpin for TestTrend
impl UnsafeUnpin for TestTrend
impl UnwindSafe for TestTrend
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