pub struct CacheTelemetryEvent {
pub layer: CacheLayer,
pub outcome: CacheOutcome,
pub provider_kind: Option<ProviderKind>,
}Fields§
§layer: CacheLayer§outcome: CacheOutcome§provider_kind: Option<ProviderKind>Trait Implementations§
Source§impl Clone for CacheTelemetryEvent
impl Clone for CacheTelemetryEvent
Source§fn clone(&self) -> CacheTelemetryEvent
fn clone(&self) -> CacheTelemetryEvent
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 CacheTelemetryEvent
impl RefUnwindSafe for CacheTelemetryEvent
impl Send for CacheTelemetryEvent
impl Sync for CacheTelemetryEvent
impl Unpin for CacheTelemetryEvent
impl UnsafeUnpin for CacheTelemetryEvent
impl UnwindSafe for CacheTelemetryEvent
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