mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Also derive Clone
for CardSchemaFields
This commit is contained in:
parent
6edc2965a9
commit
f09c366900
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ impl CardSearchEngine {
|
||||||
/// Struct containing all retrieved [CardSearchEngine] [Field]s.
|
/// 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.
|
/// 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 {
|
struct CardSchemaFields {
|
||||||
/// [Card::code].
|
/// [Card::code].
|
||||||
pub code: Field,
|
pub code: Field,
|
||||||
|
|
Loading…
Reference in a new issue