Struct rnp::RnpCoreConfig [−][src]
pub struct RnpCoreConfig {
pub worker_config: PingWorkerConfig,
pub worker_scheduler_config: PingWorkerSchedulerConfig,
pub result_processor_config: PingResultProcessorConfig,
}Fields
worker_config: PingWorkerConfigworker_scheduler_config: PingWorkerSchedulerConfigresult_processor_config: PingResultProcessorConfigTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RnpCoreConfigimpl Send for RnpCoreConfigimpl Sync for RnpCoreConfigimpl Unpin for RnpCoreConfigimpl UnwindSafe for RnpCoreConfigBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V