feat: add clone implementation to MetaPluginInfo
Co-authored-by: aider (openai/andrew/openrouter/mistralai/mistral-medium-3.1) <aider@aider.chat>
This commit is contained in:
@@ -33,7 +33,7 @@ pub struct CompressionInfo {
|
|||||||
pub decompress: String,
|
pub decompress: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(serde::Serialize, serde::Deserialize, ToSchema)]
|
#[derive(serde::Serialize, serde::Deserialize, ToSchema, Clone)]
|
||||||
pub struct MetaPluginInfo {
|
pub struct MetaPluginInfo {
|
||||||
pub meta_name: String,
|
pub meta_name: String,
|
||||||
pub found: bool,
|
pub found: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user