Skip to content

Commit c8a32b1

Browse files
jamesbt365mkrasnitski
authored andcommitted
add missing derive
1 parent 4bdaadc commit c8a32b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/builder/edit_guild_incident_actions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use crate::model::prelude::*;
77
/// A builder for editing guild incident actions.
88
///
99
/// [Discord's docs]: https://github.com/discord/discord-api-docs/pull/6396
10+
#[derive(Clone, Debug, Default, Serialize)]
1011
#[must_use]
1112
pub struct EditGuildIncidentActions {
1213
invites_disabled_until: Option<Timestamp>,

0 commit comments

Comments
 (0)