pub struct NoopRuntimeTelemetry;Trait Implementations§
Source§impl Default for NoopRuntimeTelemetry
impl Default for NoopRuntimeTelemetry
Source§fn default() -> NoopRuntimeTelemetry
fn default() -> NoopRuntimeTelemetry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopRuntimeTelemetry
impl RefUnwindSafe for NoopRuntimeTelemetry
impl Send for NoopRuntimeTelemetry
impl Sync for NoopRuntimeTelemetry
impl Unpin for NoopRuntimeTelemetry
impl UnsafeUnpin for NoopRuntimeTelemetry
impl UnwindSafe for NoopRuntimeTelemetry
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