Struct rust_install::dist::DownloadCfg [] [src]

pub struct DownloadCfg<'a> {
    pub dist_root: &'a str,
    pub temp_cfg: &'a Cfg,
    pub notify_handler: &'a NotifyHandler,
}

Fields

dist_root: &'a str temp_cfg: &'a Cfg notify_handler: &'a NotifyHandler

Trait Implementations

impl<'a> Clone for DownloadCfg<'a>
[src]

fn clone(&self) -> DownloadCfg<'a>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<'a> Copy for DownloadCfg<'a>
[src]