pub struct FunctionsDataJson(pub HashMap<String, Vec<MetricType>>);Expand description
Structured per-function profiling metrics data.
Tuple Fields§
§0: HashMap<String, Vec<MetricType>>Implementations§
Source§impl FunctionsDataJson
impl FunctionsDataJson
pub fn deserialize_with_mode( value: Value, profiling_mode: &ProfilingMode, percentiles: &[u8], ) -> Result<Self, Box<dyn Error>>
Trait Implementations§
Source§impl Clone for FunctionsDataJson
impl Clone for FunctionsDataJson
Source§fn clone(&self) -> FunctionsDataJson
fn clone(&self) -> FunctionsDataJson
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FunctionsDataJson
impl RefUnwindSafe for FunctionsDataJson
impl Send for FunctionsDataJson
impl Sync for FunctionsDataJson
impl Unpin for FunctionsDataJson
impl UnwindSafe for FunctionsDataJson
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