aboutsummaryrefslogtreecommitdiff
path: root/src/remote_storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote_storage.rs')
-rw-r--r--src/remote_storage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote_storage.rs b/src/remote_storage.rs
index 386f70d..eddf3b8 100644
--- a/src/remote_storage.rs
+++ b/src/remote_storage.rs
@@ -250,7 +250,7 @@ impl <Manager> std::io::Seek for SteamFileReader<Manager> {
}
/// Name and size information about a file in the steam cloud
-#[derive(Debug)]
+#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct SteamFileInfo {
/// The file name
pub name: String,