pub struct TelemetryServiceClearTelemetryDataAction {}Expand description
The action to clear the telemetry data for this telemetry service.
This action shall delete all entries found in the telemetry data collection for this telemetry service.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryServiceClearTelemetryDataAction
impl RefUnwindSafe for TelemetryServiceClearTelemetryDataAction
impl Send for TelemetryServiceClearTelemetryDataAction
impl Sync for TelemetryServiceClearTelemetryDataAction
impl Unpin for TelemetryServiceClearTelemetryDataAction
impl UnsafeUnpin for TelemetryServiceClearTelemetryDataAction
impl UnwindSafe for TelemetryServiceClearTelemetryDataAction
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