pub struct StopTrackingHeapObjectsCommand { /* private fields */ }Available on crate features
experimental and HeapProfiler and Runtime only.Implementations§
Source§impl StopTrackingHeapObjectsCommand
impl StopTrackingHeapObjectsCommand
pub fn new( report_progress: Option<bool>, treat_global_objects_as_roots: Option<bool>, ) -> Self
Sourcepub fn report_progress(&self) -> Option<&bool>
pub fn report_progress(&self) -> Option<&bool>
If true ‘reportHeapSnapshotProgress’ events will be generated while snapshot is being taken when the tracking is stopped.
pub fn treat_global_objects_as_roots(&self) -> Option<&bool>
Trait Implementations§
Source§impl Clone for StopTrackingHeapObjectsCommand
impl Clone for StopTrackingHeapObjectsCommand
Source§fn clone(&self) -> StopTrackingHeapObjectsCommand
fn clone(&self) -> StopTrackingHeapObjectsCommand
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<'de> Deserialize<'de> for StopTrackingHeapObjectsCommand
impl<'de> Deserialize<'de> for StopTrackingHeapObjectsCommand
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 StopTrackingHeapObjectsCommand
impl RefUnwindSafe for StopTrackingHeapObjectsCommand
impl Send for StopTrackingHeapObjectsCommand
impl Sync for StopTrackingHeapObjectsCommand
impl Unpin for StopTrackingHeapObjectsCommand
impl UnwindSafe for StopTrackingHeapObjectsCommand
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