summaryrefslogtreecommitdiff
path: root/src/creator.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-10 17:31:38 +0200
committerHampusM <hampus@hampusmat.com>2022-11-26 15:54:01 +0100
commit5e5dab62af76a5302970e56126cd15bcd7219b98 (patch)
tree9f3b6ed81d72e3e29f4b43812121717496cced57 /src/creator.rs
parent4b2228d758d0962dd181b8af93cdfcb8e6a78c6e (diff)
feat: make data structs clonableHEADmaster
Diffstat (limited to 'src/creator.rs')
-rw-r--r--src/creator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creator.rs b/src/creator.rs
index 81e3797..b8fde14 100644
--- a/src/creator.rs
+++ b/src/creator.rs
@@ -2,7 +2,7 @@
use serde::Deserialize;
/// A user that created another object.
-#[derive(Debug, Deserialize)]
+#[derive(Debug, Deserialize, Clone)]
pub struct Creator
{
/// User ID.