Skip to content

Commit 7e6793f

Browse files
committed
fix: implement clone for DownloadOptions
1 parent 4ce6e99 commit 7e6793f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/download.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const BASE_URL: &str = "https://data.commoncrawl.org/";
2525
static APP_USER_AGENT: &str = concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"),);
2626

2727
/// Options for downloading paths or files from Common Crawl.
28+
#[derive(Clone, Debug)]
2829
pub struct DownloadOptions<'a> {
2930
pub snapshot: String,
3031
pub data_type: &'a str,

0 commit comments

Comments
 (0)