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>,
pub track_events: bool,
}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>§track_events: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FPConfig
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