Struct feature_probe_server_sdk::FPConfig
source · pub struct FPConfig {
pub remote_url: Url,
pub toggles_url: Option<Url>,
pub events_url: Option<Url>,
pub server_sdk_key: String,
pub refresh_interval: Duration,
pub http_client: Option<Client>,
pub start_wait: Option<Duration>,
pub realtime_url: Option<Url>,
pub realtime_path: Option<String>,
}Fields§
§remote_url: Url§toggles_url: Option<Url>§events_url: Option<Url>§server_sdk_key: String§refresh_interval: Duration§http_client: Option<Client>§start_wait: Option<Duration>§realtime_url: Option<Url>§realtime_path: Option<String>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FPConfig
impl Send for FPConfig
impl Sync for FPConfig
impl Unpin for FPConfig
impl !UnwindSafe for FPConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more