feat(put): make PutOpts Clone

This commit is contained in:
Kat Marchán 2019-06-30 20:12:46 -07:00
parent aee271186a
commit 27ce700bd6
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ where
writer.commit()
}
#[derive(Default)]
#[derive(Clone, Default)]
pub struct PutOpts {
pub algorithm: Option<Algorithm>,
pub sri: Option<Integrity>,