pub struct LastSeenObjectIdEvent { /* private fields */ }Available on crate features
experimental and HeapProfiler and Runtime only.Expand description
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.
Implementations§
Trait Implementations§
Source§impl Clone for LastSeenObjectIdEvent
impl Clone for LastSeenObjectIdEvent
Source§fn clone(&self) -> LastSeenObjectIdEvent
fn clone(&self) -> LastSeenObjectIdEvent
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 moreSource§impl Debug for LastSeenObjectIdEvent
impl Debug for LastSeenObjectIdEvent
Source§impl<'de> Deserialize<'de> for LastSeenObjectIdEvent
impl<'de> Deserialize<'de> for LastSeenObjectIdEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LastSeenObjectIdEvent
impl RefUnwindSafe for LastSeenObjectIdEvent
impl Send for LastSeenObjectIdEvent
impl Sync for LastSeenObjectIdEvent
impl Unpin for LastSeenObjectIdEvent
impl UnwindSafe for LastSeenObjectIdEvent
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