pub struct TakeHeapSnapshotBuilder { /* private fields */ }Implementations§
Source§impl TakeHeapSnapshotBuilder
impl TakeHeapSnapshotBuilder
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) -> TakeHeapSnapshot
Trait Implementations§
Source§impl Clone for TakeHeapSnapshotBuilder
impl Clone for TakeHeapSnapshotBuilder
Source§fn clone(&self) -> TakeHeapSnapshotBuilder
fn clone(&self) -> TakeHeapSnapshotBuilder
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 TakeHeapSnapshotBuilder
impl Default for TakeHeapSnapshotBuilder
Source§fn default() -> TakeHeapSnapshotBuilder
fn default() -> TakeHeapSnapshotBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TakeHeapSnapshotBuilder
impl RefUnwindSafe for TakeHeapSnapshotBuilder
impl Send for TakeHeapSnapshotBuilder
impl Sync for TakeHeapSnapshotBuilder
impl Unpin for TakeHeapSnapshotBuilder
impl UnsafeUnpin for TakeHeapSnapshotBuilder
impl UnwindSafe for TakeHeapSnapshotBuilder
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