clone

Function clone 

Source
pub fn clone<P, U, I, S>(url: U, path: P, args: I) -> Result<()>
where P: AsRef<Path>, U: AsRef<str>, I: IntoIterator<Item = S>, S: AsRef<OsStr>,