pub struct GetMetricsCommand {}Available on crate feature
Performance only.Expand description
Retrieve current values of run-time metrics.
Implementations§
Trait Implementations§
Source§impl Clone for GetMetricsCommand
impl Clone for GetMetricsCommand
Source§fn clone(&self) -> GetMetricsCommand
fn clone(&self) -> GetMetricsCommand
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 GetMetricsCommand
impl Command for GetMetricsCommand
Source§impl Debug for GetMetricsCommand
impl Debug for GetMetricsCommand
Source§impl Default for GetMetricsCommand
impl Default for GetMetricsCommand
Source§fn default() -> GetMetricsCommand
fn default() -> GetMetricsCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMetricsCommand
impl<'de> Deserialize<'de> for GetMetricsCommand
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 GetMetricsCommand
impl RefUnwindSafe for GetMetricsCommand
impl Send for GetMetricsCommand
impl Sync for GetMetricsCommand
impl Unpin for GetMetricsCommand
impl UnwindSafe for GetMetricsCommand
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