Struct solana_runtime::bank::StatusCacheRc [−][src]
pub struct StatusCacheRc {
pub status_cache: Arc<RwLock<StatusCache<Result<()>>>>,
}Fields
status_cache: Arc<RwLock<StatusCache<Result<()>>>>Expand description
where all the Accounts are stored A cache of signature statuses
Implementations
impl StatusCacheRc[src]
impl StatusCacheRc[src]pub fn slot_deltas(&self, slots: &[Slot]) -> Vec<BankSlotDelta>[src]
pub fn roots(&self) -> Vec<Slot>[src]
pub fn append(&self, slot_deltas: &[BankSlotDelta])[src]
Trait Implementations
impl AbiExample for StatusCacheRc[src]
impl AbiExample for StatusCacheRc[src]impl Debug for StatusCacheRc[src]
impl Debug for StatusCacheRc[src]impl Default for StatusCacheRc[src]
impl Default for StatusCacheRc[src]fn default() -> StatusCacheRc[src]
fn default() -> StatusCacheRc[src]Returns the “default value” for a type. Read more
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
impl<T> AbiExample for T[src]
impl<T> AbiExample for T[src]impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,