Struct solana_runtime::cache_hash_data::CacheHashData
source · [−]pub struct CacheHashData {
pub stats: Arc<Mutex<CacheHashDataStats>>,
/* private fields */
}
Fields
stats: Arc<Mutex<CacheHashDataStats>>
Implementations
sourceimpl CacheHashData
impl CacheHashData
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
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