Struct cdp::heap_profiler::LastSeenObjectIdEvent
[−]
[src]
pub struct LastSeenObjectIdEvent {
pub last_seen_object_id: i32,
pub timestamp: f64,
}[Experimental] If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
Event HeapProfiler.lastSeenObjectId
Domain Module: cdp::heap_profiler
Event Struct: cdp::heap_profiler::LastSeenObjectIdEvent
Fields
last_seen_object_id: i32
timestamp: f64
Trait Implementations
impl Clone for LastSeenObjectIdEvent[src]
fn clone(&self) -> LastSeenObjectIdEvent[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 Debug for LastSeenObjectIdEvent[src]
impl PartialEq for LastSeenObjectIdEvent[src]
fn eq(&self, __arg_0: &LastSeenObjectIdEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LastSeenObjectIdEvent) -> bool[src]
This method tests for !=.
impl CdpEvent for LastSeenObjectIdEvent[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "HeapProfiler.lastSeenObjectId"
impl SerializeCdpEvent for LastSeenObjectIdEvent[src]
fn event_name(&self) -> &str[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
S: Serializer,
impl<'de> DeserializeCdpEvent<'de> for LastSeenObjectIdEvent[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>, [src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,