pub struct ScenarioStepStats {
pub name: String,
pub requests: RequestStats,
}Expand description
Per-step request metrics inside a scenario.
Fields§
§name: String§requests: RequestStatsAuto Trait Implementations§
impl Freeze for ScenarioStepStats
impl RefUnwindSafe for ScenarioStepStats
impl Send for ScenarioStepStats
impl Sync for ScenarioStepStats
impl Unpin for ScenarioStepStats
impl UnsafeUnpin for ScenarioStepStats
impl UnwindSafe for ScenarioStepStats
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