pub struct SensorResetMetricsAction {}Expand description
Resets metrics related to this sensor.
This action shall reset any time intervals or counted values for this sensor. The
SensorResetTime property shall be updated to reflect the time that this action was performed.
Trait Implementations§
Source§impl Debug for SensorResetMetricsAction
impl Debug for SensorResetMetricsAction
Auto Trait Implementations§
impl Freeze for SensorResetMetricsAction
impl RefUnwindSafe for SensorResetMetricsAction
impl Send for SensorResetMetricsAction
impl Sync for SensorResetMetricsAction
impl Unpin for SensorResetMetricsAction
impl UnsafeUnpin for SensorResetMetricsAction
impl UnwindSafe for SensorResetMetricsAction
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