Struct cyfs_bdt::ndn::ChunkListTask
source · pub struct ChunkListTask(_);Implementations§
source§impl ChunkListTask
impl ChunkListTask
pub fn new( stack: Weak<StackImpl>, name: String, chunk_list: ChunkListDesc, context: Box<dyn DownloadContext> ) -> Self
pub fn name(&self) -> &str
pub fn chunk_list(&self) -> &ChunkListDesc
source§impl ChunkListTask
impl ChunkListTask
pub fn reader( stack: Weak<StackImpl>, name: String, chunk_list: ChunkListDesc, context: Box<dyn DownloadContext> ) -> (Self, ChunkListTaskReader)
Trait Implementations§
source§impl Clone for ChunkListTask
impl Clone for ChunkListTask
source§fn clone(&self) -> ChunkListTask
fn clone(&self) -> ChunkListTask
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