pub struct SlowestResult {
pub entries: Vec<SlowRow>,
}Fields§
§entries: Vec<SlowRow>Trait Implementations§
Source§impl Debug for SlowestResult
impl Debug for SlowestResult
Auto Trait Implementations§
impl Freeze for SlowestResult
impl RefUnwindSafe for SlowestResult
impl Send for SlowestResult
impl Sync for SlowestResult
impl Unpin for SlowestResult
impl UnsafeUnpin for SlowestResult
impl UnwindSafe for SlowestResult
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