Struct indy_vdr::pool::FilesystemCache
source · pub struct FilesystemCache { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for FilesystemCache
impl Clone for FilesystemCache
source§fn clone(&self) -> FilesystemCache
fn clone(&self) -> FilesystemCache
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FilesystemCache
impl Debug for FilesystemCache
source§impl PoolTransactionsCache for FilesystemCache
impl PoolTransactionsCache for FilesystemCache
fn resolve_latest( &self, txns: &PoolTransactions ) -> VdrResult<Option<PoolTransactions>>
fn update( &self, base: &PoolTransactions, latest: &PoolTransactions ) -> VdrResult<()>
Auto Trait Implementations§
impl Freeze for FilesystemCache
impl RefUnwindSafe for FilesystemCache
impl Send for FilesystemCache
impl Sync for FilesystemCache
impl Unpin for FilesystemCache
impl UnwindSafe for FilesystemCache
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