pub struct ProcessorMetricsClearCurrentPeriodAction {}Expand description
This action sets the CurrentPeriod property’s values to 0.
This action shall set the CurrentPeriod property’s values to 0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessorMetricsClearCurrentPeriodAction
impl RefUnwindSafe for ProcessorMetricsClearCurrentPeriodAction
impl Send for ProcessorMetricsClearCurrentPeriodAction
impl Sync for ProcessorMetricsClearCurrentPeriodAction
impl Unpin for ProcessorMetricsClearCurrentPeriodAction
impl UnsafeUnpin for ProcessorMetricsClearCurrentPeriodAction
impl UnwindSafe for ProcessorMetricsClearCurrentPeriodAction
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