pub struct RequestMemoryDump { /* private fields */ }Expand description
Request a global memory dump. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Source§impl RequestMemoryDump
impl RequestMemoryDump
pub fn new() -> Self
pub fn with_deterministic(self, deterministic: impl Into<bool>) -> Self
pub fn with_level_of_detail( self, level_of_detail: impl Into<MemoryDumpLevelOfDetail>, ) -> Self
Trait Implementations§
Source§impl Clone for RequestMemoryDump
impl Clone for RequestMemoryDump
Source§fn clone(&self) -> RequestMemoryDump
fn clone(&self) -> RequestMemoryDump
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 RequestMemoryDump
impl Debug for RequestMemoryDump
Auto Trait Implementations§
impl Freeze for RequestMemoryDump
impl RefUnwindSafe for RequestMemoryDump
impl Send for RequestMemoryDump
impl Sync for RequestMemoryDump
impl Unpin for RequestMemoryDump
impl UnsafeUnpin for RequestMemoryDump
impl UnwindSafe for RequestMemoryDump
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