pub struct StopTrackingHeapObjectsBuilder { /* private fields */ }Implementations§
Source§impl StopTrackingHeapObjectsBuilder
impl StopTrackingHeapObjectsBuilder
pub fn report_progress(self, report_progress: impl Into<bool>) -> Self
pub fn capture_numeric_value( self, capture_numeric_value: impl Into<bool>, ) -> Self
pub fn expose_internals(self, expose_internals: impl Into<bool>) -> Self
pub fn build(self) -> StopTrackingHeapObjects
Trait Implementations§
Source§impl Clone for StopTrackingHeapObjectsBuilder
impl Clone for StopTrackingHeapObjectsBuilder
Source§fn clone(&self) -> StopTrackingHeapObjectsBuilder
fn clone(&self) -> StopTrackingHeapObjectsBuilder
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 Default for StopTrackingHeapObjectsBuilder
impl Default for StopTrackingHeapObjectsBuilder
Source§fn default() -> StopTrackingHeapObjectsBuilder
fn default() -> StopTrackingHeapObjectsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopTrackingHeapObjectsBuilder
impl RefUnwindSafe for StopTrackingHeapObjectsBuilder
impl Send for StopTrackingHeapObjectsBuilder
impl Sync for StopTrackingHeapObjectsBuilder
impl Unpin for StopTrackingHeapObjectsBuilder
impl UnsafeUnpin for StopTrackingHeapObjectsBuilder
impl UnwindSafe for StopTrackingHeapObjectsBuilder
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