Struct indy_vdr::pool::InMemoryCache
source · pub struct InMemoryCache { /* private fields */ }
Implementations§
source§impl InMemoryCache
impl InMemoryCache
Trait Implementations§
source§impl Debug for InMemoryCache
impl Debug for InMemoryCache
source§impl Default for InMemoryCache
impl Default for InMemoryCache
source§fn default() -> InMemoryCache
fn default() -> InMemoryCache
Returns the “default value” for a type. Read more
source§impl PoolTransactionsCache for InMemoryCache
impl PoolTransactionsCache for InMemoryCache
fn resolve_latest( &self, txns: &PoolTransactions ) -> VdrResult<Option<PoolTransactions>>
fn update( &self, base: &PoolTransactions, latest: &PoolTransactions ) -> VdrResult<()>
Auto Trait Implementations§
impl !Freeze for InMemoryCache
impl RefUnwindSafe for InMemoryCache
impl Send for InMemoryCache
impl Sync for InMemoryCache
impl Unpin for InMemoryCache
impl UnwindSafe for InMemoryCache
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