1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Also derive Clone for CardSchemaFields

This commit is contained in:
Steffo 2022-08-07 05:42:21 +02:00
parent 6edc2965a9
commit f09c366900
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -308,7 +308,7 @@ impl CardSearchEngine {
/// Struct containing all retrieved [CardSearchEngine] [Field]s.
///
/// This makes it easier to pass them around without having to re-fetch them every time they are used.
#[derive(Debug)]
#[derive(Clone, Debug)]
struct CardSchemaFields {
/// [Card::code].
pub code: Field,