Struct solana_runtime::bank::StatusCacheRc
source · [−]pub struct StatusCacheRc {
pub status_cache: Arc<RwLock<StatusCache<Result<()>>>>,
}
Fields
status_cache: Arc<RwLock<StatusCache<Result<()>>>>
where all the Accounts are stored A cache of signature statuses
Implementations
pub fn slot_deltas(&self, slots: &[Slot]) -> Vec<BankSlotDelta>ⓘ
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StatusCacheRc
impl Send for StatusCacheRc
impl Sync for StatusCacheRc
impl Unpin for StatusCacheRc
impl UnwindSafe for StatusCacheRc
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more