Struct cyfs_bdt::utils::MemChunkStore
source · pub struct MemChunkStore(_);
Implementations§
source§impl MemChunkStore
impl MemChunkStore
Trait Implementations§
source§impl ChunkReader for MemChunkStore
impl ChunkReader for MemChunkStore
fn clone_as_reader(&self) -> Box<dyn ChunkReader>
fn exists<'life0, 'life1, 'async_trait>( &'life0 self, chunk: &'life1 ChunkId ) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
fn get<'life0, 'life1, 'async_trait>( &'life0 self, chunk: &'life1 ChunkId ) -> Pin<Box<dyn Future<Output = BuckyResult<Box<dyn AsyncReadWithSeek + Unpin + Send + Sync>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
source§impl Clone for MemChunkStore
impl Clone for MemChunkStore
source§fn clone(&self) -> MemChunkStore
fn clone(&self) -> MemChunkStore
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 more