Add Copy+Clone to nym_client_core::client::topology_control::nym_api_provider::Config (#6296)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user