pub enum TelemetryProviderEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryProviderEvent
impl RefUnwindSafe for TelemetryProviderEvent
impl Send for TelemetryProviderEvent
impl Sync for TelemetryProviderEvent
impl Unpin for TelemetryProviderEvent
impl UnwindSafe for TelemetryProviderEvent
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