pub struct ReloadTelemetryEvent {
pub outcome: ReloadOutcome,
pub provider_kind: ProviderKind,
}Fields§
§outcome: ReloadOutcome§provider_kind: ProviderKindTrait Implementations§
Source§impl Clone for ReloadTelemetryEvent
impl Clone for ReloadTelemetryEvent
Source§fn clone(&self) -> ReloadTelemetryEvent
fn clone(&self) -> ReloadTelemetryEvent
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 moreAuto Trait Implementations§
impl Freeze for ReloadTelemetryEvent
impl RefUnwindSafe for ReloadTelemetryEvent
impl Send for ReloadTelemetryEvent
impl Sync for ReloadTelemetryEvent
impl Unpin for ReloadTelemetryEvent
impl UnsafeUnpin for ReloadTelemetryEvent
impl UnwindSafe for ReloadTelemetryEvent
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