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 start_wait: Option<Duration>,
}Fields
remote_url: Urltoggles_url: Option<Url>events_url: Option<Url>server_sdk_key: Stringrefresh_interval: Durationstart_wait: Option<Duration>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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more