Struct cyfs_bdt::ndn::DownloadGroup
source · pub struct DownloadGroup(_);Implementations§
source§impl DownloadGroup
impl DownloadGroup
pub fn new(history_speed: HistorySpeedConfig) -> Self
pub fn history_config(&self) -> &HistorySpeedConfig
Trait Implementations§
source§impl Clone for DownloadGroup
impl Clone for DownloadGroup
source§fn clone(&self) -> DownloadGroup
fn clone(&self) -> DownloadGroup
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