pub struct NoopTelemetry;Trait Implementations§
Source§impl Debug for NoopTelemetry
impl Debug for NoopTelemetry
Source§impl Default for NoopTelemetry
impl Default for NoopTelemetry
Source§fn default() -> NoopTelemetry
fn default() -> NoopTelemetry
Returns the “default value” for a type. Read more
Source§impl KnowledgeTelemetry for NoopTelemetry
impl KnowledgeTelemetry for NoopTelemetry
fn on_cache(&self, _event: &CacheTelemetryEvent)
fn on_reload(&self, _event: &ReloadTelemetryEvent)
fn on_query(&self, _event: &QueryTelemetryEvent)
Auto Trait Implementations§
impl Freeze for NoopTelemetry
impl RefUnwindSafe for NoopTelemetry
impl Send for NoopTelemetry
impl Sync for NoopTelemetry
impl Unpin for NoopTelemetry
impl UnsafeUnpin for NoopTelemetry
impl UnwindSafe for NoopTelemetry
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