pub struct StartSamplingCommand { /* private fields */ }Available on crate features
experimental and Memory only.Expand description
Start collecting native memory profile.
Implementations§
Trait Implementations§
Source§impl Clone for StartSamplingCommand
impl Clone for StartSamplingCommand
Source§fn clone(&self) -> StartSamplingCommand
fn clone(&self) -> StartSamplingCommand
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 StartSamplingCommand
impl Command for StartSamplingCommand
Source§impl Debug for StartSamplingCommand
impl Debug for StartSamplingCommand
Source§impl<'de> Deserialize<'de> for StartSamplingCommand
impl<'de> Deserialize<'de> for StartSamplingCommand
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 StartSamplingCommand
impl RefUnwindSafe for StartSamplingCommand
impl Send for StartSamplingCommand
impl Sync for StartSamplingCommand
impl Unpin for StartSamplingCommand
impl UnwindSafe for StartSamplingCommand
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