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