pub struct GoPprofData {
pub execution_count: HashMap<String, u64>,
pub hot_functions: Vec<(String, u64)>,
pub total_samples: u64,
}Fields§
§execution_count: HashMap<String, u64>§hot_functions: Vec<(String, u64)>§total_samples: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoPprofData
impl RefUnwindSafe for GoPprofData
impl Send for GoPprofData
impl Sync for GoPprofData
impl Unpin for GoPprofData
impl UnwindSafe for GoPprofData
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