pub struct TopCommand {
pub command: String,
pub runs: u64,
pub saved: i64,
pub avg_pct: f64,
}Expand description
Top command row from gain report.
Fields§
§command: String§runs: u64§saved: i64§avg_pct: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopCommand
impl RefUnwindSafe for TopCommand
impl Send for TopCommand
impl Sync for TopCommand
impl Unpin for TopCommand
impl UnsafeUnpin for TopCommand
impl UnwindSafe for TopCommand
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