pub struct StopTypeProfileCommand {}Available on crate features
Profiler and Runtime and Debugger and experimental only.Expand description
Disable type profile. Disabling releases type profile data collected so far.
Implementations§
Trait Implementations§
Source§impl Clone for StopTypeProfileCommand
impl Clone for StopTypeProfileCommand
Source§fn clone(&self) -> StopTypeProfileCommand
fn clone(&self) -> StopTypeProfileCommand
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 StopTypeProfileCommand
impl Command for StopTypeProfileCommand
Source§impl Debug for StopTypeProfileCommand
impl Debug for StopTypeProfileCommand
Source§impl Default for StopTypeProfileCommand
impl Default for StopTypeProfileCommand
Source§fn default() -> StopTypeProfileCommand
fn default() -> StopTypeProfileCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopTypeProfileCommand
impl<'de> Deserialize<'de> for StopTypeProfileCommand
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 StopTypeProfileCommand
impl RefUnwindSafe for StopTypeProfileCommand
impl Send for StopTypeProfileCommand
impl Sync for StopTypeProfileCommand
impl Unpin for StopTypeProfileCommand
impl UnwindSafe for StopTypeProfileCommand
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