Struct feature_probe_server::http::FpHttpHandler
source · pub struct FpHttpHandler {
pub repo: Arc<SdkRepository>,
pub http_client: Arc<Client>,
pub events_url: Url,
pub events_timeout: Duration,
}Fields§
§repo: Arc<SdkRepository>§http_client: Arc<Client>§events_url: Url§events_timeout: DurationTrait Implementations§
source§impl Clone for FpHttpHandler
impl Clone for FpHttpHandler
source§fn clone(&self) -> FpHttpHandler
fn clone(&self) -> FpHttpHandler
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