aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-05-14 21:50:17 -0700
committerZeyla Hellyer <[email protected]>2017-05-22 16:44:46 -0700
commit9dae9e67b992cea4c18f1c685f5185abd9428887 (patch)
tree0021934890c7e48183b6a98b65601793dcbc8376 /src/model/mod.rs
parentRemove more remaining selfbot support (diff)
downloadserenity-9dae9e67b992cea4c18f1c685f5185abd9428887.tar.xz
serenity-9dae9e67b992cea4c18f1c685f5185abd9428887.zip
Reasonably derive Debug on items
Diffstat (limited to 'src/model/mod.rs')
-rw-r--r--src/model/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs
index 3f1a508..3ea75c6 100644
--- a/src/model/mod.rs
+++ b/src/model/mod.rs
@@ -117,6 +117,7 @@ id! {
/// This is used to differentiate whether a guild itself can be used or whether
/// a guild needs to be retrieved from the cache.
#[allow(large_enum_variant)]
+#[derive(Clone, Debug)]
pub enum GuildContainer {
/// A guild which can have its contents directly searched.
Guild(PartialGuild),