pub struct InMemoryTracker { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DiagnosticTracker for InMemoryTracker
impl DiagnosticTracker for InMemoryTracker
fn record(&self, event: DiagnosticEvent)
fn recent(&self, n: usize) -> Vec<DiagnosticEvent>
Auto Trait Implementations§
impl !Freeze for InMemoryTracker
impl RefUnwindSafe for InMemoryTracker
impl Send for InMemoryTracker
impl Sync for InMemoryTracker
impl Unpin for InMemoryTracker
impl UnsafeUnpin for InMemoryTracker
impl UnwindSafe for InMemoryTracker
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