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