pub struct StopTrackingHeapObjects { /* private fields */ }Implementations§
Source§impl StopTrackingHeapObjects
impl StopTrackingHeapObjects
pub fn new() -> Self
pub fn with_report_progress(self, report_progress: impl Into<bool>) -> Self
pub fn with_treat_global_objects_as_roots( self, treat_global_objects_as_roots: impl Into<bool>, ) -> Self
pub fn with_capture_numeric_value( self, capture_numeric_value: impl Into<bool>, ) -> Self
pub fn with_expose_internals(self, expose_internals: impl Into<bool>) -> Self
Trait Implementations§
Source§impl Clone for StopTrackingHeapObjects
impl Clone for StopTrackingHeapObjects
Source§fn clone(&self) -> StopTrackingHeapObjects
fn clone(&self) -> StopTrackingHeapObjects
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 Command for StopTrackingHeapObjects
impl Command for StopTrackingHeapObjects
Source§impl Debug for StopTrackingHeapObjects
impl Debug for StopTrackingHeapObjects
Auto Trait Implementations§
impl Freeze for StopTrackingHeapObjects
impl RefUnwindSafe for StopTrackingHeapObjects
impl Send for StopTrackingHeapObjects
impl Sync for StopTrackingHeapObjects
impl Unpin for StopTrackingHeapObjects
impl UnwindSafe for StopTrackingHeapObjects
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