Struct solana_runtime::cache_hash_data::CacheHashData
source · pub struct CacheHashData {
pub stats: Arc<Mutex<CacheHashDataStats>>,
/* private fields */
}
Fields§
§stats: Arc<Mutex<CacheHashDataStats>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CacheHashData
impl Send for CacheHashData
impl Sync for CacheHashData
impl Unpin for CacheHashData
impl UnwindSafe for CacheHashData
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