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