Struct feature_probe_server_sdk::FPConfig
source · [−]pub struct FPConfig {
pub remote_url: String,
pub toggles_url: Option<String>,
pub events_url: Option<String>,
pub server_sdk_key: String,
pub refresh_interval: Duration,
pub wait_first_resp: bool,
}Fields
remote_url: Stringtoggles_url: Option<String>events_url: Option<String>server_sdk_key: Stringrefresh_interval: Durationwait_first_resp: boolTrait 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