Derive Copy for definitions

This commit is contained in:
Michael Pfaff 2022-05-26 10:31:23 -04:00
parent d1868487be
commit a68c7a7d8a
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ macro_rules! query_def_internal {
)+
}
#[derive(Debug, Clone, Default)]
#[derive(Debug, Clone, Copy, Default)]
$(#[$def_meta])
*
$vis struct $def {