pub struct ExportStats {
pub printable: Printable,
pub log_histogram: Option<LogHistogramBox>,
pub float_histogram: Option<FloatHistogramBox>,
}Expand description
Defines the data available from the Rustics export_stats() member, which returns bulk data.
Fields§
§printable: Printable§log_histogram: Option<LogHistogramBox>§float_histogram: Option<FloatHistogramBox>Auto Trait Implementations§
impl Freeze for ExportStats
impl !RefUnwindSafe for ExportStats
impl !Send for ExportStats
impl !Sync for ExportStats
impl Unpin for ExportStats
impl !UnwindSafe for ExportStats
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