aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/meta.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-07-10 20:47:13 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-07-10 20:47:13 +0200
commite1e9c73476ba2792c3582ee7ecd14d0b39c3eef4 (patch)
tree39237e46485669260da5038cb011d8382f879a7a /lockchain-core/src/meta.rs
parent7dfaacb94c8e4a37fb68fcaa7435c8cc8a08e7f9 (diff)
Adding an example of how to register a user and adding new metadata
vault endpoints functions
Diffstat (limited to 'lockchain-core/src/meta.rs')
-rw-r--r--lockchain-core/src/meta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/meta.rs b/lockchain-core/src/meta.rs
index cf3eb36..317e821 100644
--- a/lockchain-core/src/meta.rs
+++ b/lockchain-core/src/meta.rs
@@ -32,7 +32,7 @@ pub struct VaultMetadata {
///
/// It implements a series of traits which means it's possible to easily
/// interact with to store data.
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Serialize, Deserialize, Clone, Eq, PartialEq)]
pub struct MetaDomain {
/// The name of this meta domain
name: String,