struct DelayStatRow {
category: String,
samples: usize,
}Fields§
§category: String§samples: usizeTrait Implementations§
Source§impl Tabled for DelayStatRow
impl Tabled for DelayStatRow
Auto Trait Implementations§
impl Freeze for DelayStatRow
impl RefUnwindSafe for DelayStatRow
impl Send for DelayStatRow
impl Sync for DelayStatRow
impl Unpin for DelayStatRow
impl UnsafeUnpin for DelayStatRow
impl UnwindSafe for DelayStatRow
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