Struct cyfs_bdt::ndn::chunk::WeakChunkDownloader
source · pub struct WeakChunkDownloader(_);Implementations§
source§impl WeakChunkDownloader
impl WeakChunkDownloader
pub fn to_strong(&self) -> Option<ChunkDownloader>
Trait Implementations§
source§impl Clone for WeakChunkDownloader
impl Clone for WeakChunkDownloader
source§fn clone(&self) -> WeakChunkDownloader
fn clone(&self) -> WeakChunkDownloader
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