Add Copy+Clone to nym_client_core::client::topology_control::nym_api_provider::Config (#6296)

This commit is contained in:
Andrej Mihajlov
2025-12-17 11:00:40 +01:00
committed by GitHub
parent 9a3a6dff59
commit 177fbaec99
@@ -12,7 +12,7 @@ use std::cmp::min;
use tracing::{debug, error, warn};
use url::Url;
#[derive(Debug)]
#[derive(Debug, Copy, Clone)]
pub struct Config {
pub min_mixnode_performance: u8,
pub min_gateway_performance: u8,