diff --git a/src/lib.rs b/src/lib.rs index 68ea7fa..6e83978 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -240,7 +240,7 @@ where /// /// A trash item can be a file or folder or any other object that the target /// operating system allows to put into the trash. -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct TrashItem { /// A system specific identifier of the item in the trash. ///