pub struct CachedExecutorsEntry {
pub hit_count: AtomicU64,
/* private fields */
}
Expand description
An Executor
and its statistics tracked in CachedExecutors
Fields§
§hit_count: AtomicU64
Trait Implementations§
source§impl Clone for CachedExecutorsEntry
impl Clone for CachedExecutorsEntry
Auto Trait Implementations§
impl !RefUnwindSafe for CachedExecutorsEntry
impl Send for CachedExecutorsEntry
impl Sync for CachedExecutorsEntry
impl Unpin for CachedExecutorsEntry
impl !UnwindSafe for CachedExecutorsEntry
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