pub struct FlamegraphParser { /* private fields */ }Expand description
Custom deserializer for flamegraph SVG nodes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlamegraphParser
impl RefUnwindSafe for FlamegraphParser
impl Send for FlamegraphParser
impl Sync for FlamegraphParser
impl Unpin for FlamegraphParser
impl UnwindSafe for FlamegraphParser
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