pub struct BenchmarkRequest {
pub class_name: String,
pub method_name: String,
pub time_in_milliseconds: i64,
}Fields§
§class_name: String§method_name: String§time_in_milliseconds: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BenchmarkRequest
impl RefUnwindSafe for BenchmarkRequest
impl Send for BenchmarkRequest
impl Sync for BenchmarkRequest
impl Unpin for BenchmarkRequest
impl UnwindSafe for BenchmarkRequest
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