pub struct DisableRuntimeCallStatsCommand {}Available on crate features
Profiler and Runtime and Debugger and experimental only.Expand description
Disable run time call stats collection.
Implementations§
Trait Implementations§
Source§impl Clone for DisableRuntimeCallStatsCommand
impl Clone for DisableRuntimeCallStatsCommand
Source§fn clone(&self) -> DisableRuntimeCallStatsCommand
fn clone(&self) -> DisableRuntimeCallStatsCommand
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 DisableRuntimeCallStatsCommand
impl Default for DisableRuntimeCallStatsCommand
Source§fn default() -> DisableRuntimeCallStatsCommand
fn default() -> DisableRuntimeCallStatsCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisableRuntimeCallStatsCommand
impl<'de> Deserialize<'de> for DisableRuntimeCallStatsCommand
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 DisableRuntimeCallStatsCommand
impl RefUnwindSafe for DisableRuntimeCallStatsCommand
impl Send for DisableRuntimeCallStatsCommand
impl Sync for DisableRuntimeCallStatsCommand
impl Unpin for DisableRuntimeCallStatsCommand
impl UnwindSafe for DisableRuntimeCallStatsCommand
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