derive Clone for BotInstance
This commit is contained in:
parent
fde7087172
commit
bc2397a32c
@ -11,7 +11,7 @@ use crate::db::GetCollection;
|
|||||||
use crate::query_call_consume;
|
use crate::query_call_consume;
|
||||||
use crate::CallDB;
|
use crate::CallDB;
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Default)]
|
#[derive(Serialize, Deserialize, Default, Clone)]
|
||||||
pub struct BotInstance {
|
pub struct BotInstance {
|
||||||
pub _id: bson::oid::ObjectId,
|
pub _id: bson::oid::ObjectId,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user