pub struct MockMetricEventLogger { /* private fields */ }
Implementations§
Source§impl MockMetricEventLogger
impl MockMetricEventLogger
pub fn clone_metric_events(&self) -> Vec<MetricEvent>
Auto Trait Implementations§
impl !Freeze for MockMetricEventLogger
impl !RefUnwindSafe for MockMetricEventLogger
impl Send for MockMetricEventLogger
impl Sync for MockMetricEventLogger
impl Unpin for MockMetricEventLogger
impl UnwindSafe for MockMetricEventLogger
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