Make SiteAggregates derive Copy and Hash (#4501)

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
pull/4502/head
SleeplessOne1917 2 months ago committed by GitHub
parent 65da4e7dbd
commit 36ad1868b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -176,7 +176,7 @@ pub struct PersonPostAggregatesForm {
pub published: Option<DateTime<Utc>>,
}
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone)]
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone, Copy, Hash)]
#[cfg_attr(
feature = "full",
derive(Queryable, Selectable, Associations, Identifiable, TS)

Loading…
Cancel
Save