Struct perf_tools::pprof::PprofConverter
source · [−]pub struct PprofConverter { /* private fields */ }Implementations
sourceimpl PprofConverter
impl PprofConverter
Auto Trait Implementations
impl RefUnwindSafe for PprofConverter
impl Send for PprofConverter
impl Sync for PprofConverter
impl Unpin for PprofConverter
impl UnwindSafe for PprofConverter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more