Struct cdp::heap_profiler::SamplingHeapProfile
[−]
[src]
pub struct SamplingHeapProfile<'a> { pub head: SamplingHeapProfileNode<'a>, }
[Experimental] Profile.
Fields
head: SamplingHeapProfileNode<'a>
Trait Implementations
impl<'a> Clone for SamplingHeapProfile<'a>
[src]
fn clone(&self) -> SamplingHeapProfile<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for SamplingHeapProfile<'a>
[src]
impl<'a> PartialEq for SamplingHeapProfile<'a>
[src]
fn eq(&self, __arg_0: &SamplingHeapProfile<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SamplingHeapProfile<'a>) -> bool
[src]
This method tests for !=
.