pub struct PerfSummary {
pub n_subjects: usize,
pub n_scans: usize,
pub subjects: Vec<String>,
pub asl_type: Option<String>,
}Fields§
§n_subjects: usize§n_scans: usize§subjects: Vec<String>§asl_type: Option<String>Trait Implementations§
Source§impl Debug for PerfSummary
impl Debug for PerfSummary
Auto Trait Implementations§
impl Freeze for PerfSummary
impl RefUnwindSafe for PerfSummary
impl Send for PerfSummary
impl Sync for PerfSummary
impl Unpin for PerfSummary
impl UnsafeUnpin for PerfSummary
impl UnwindSafe for PerfSummary
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