Struct cyfs_lib::CyfsStackRequestorConfig
source · pub struct CyfsStackRequestorConfig {
pub http_max_connections_per_host: Option<usize>,
pub non_service: CyfsStackRequestorType,
pub ndn_service: CyfsStackRequestorType,
pub util_service: CyfsStackRequestorType,
pub trans_service: CyfsStackRequestorType,
pub crypto_service: CyfsStackRequestorType,
pub root_state: CyfsStackRequestorType,
pub local_cache: CyfsStackRequestorType,
}Fields§
§http_max_connections_per_host: Option<usize>§non_service: CyfsStackRequestorType§ndn_service: CyfsStackRequestorType§util_service: CyfsStackRequestorType§trans_service: CyfsStackRequestorType§crypto_service: CyfsStackRequestorType§root_state: CyfsStackRequestorType§local_cache: CyfsStackRequestorTypeImplementations§
Trait Implementations§
source§impl Clone for CyfsStackRequestorConfig
impl Clone for CyfsStackRequestorConfig
source§fn clone(&self) -> CyfsStackRequestorConfig
fn clone(&self) -> CyfsStackRequestorConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more