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
sourceimpl 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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more