pub struct StatsigOptions {
pub environment: Option<HashMap<String, String>>,
pub api_override: String,
pub api_for_download_config_specs: String,
pub rulesets_sync_interval_ms: u32,
pub logger_max_queue_size: u32,
pub logger_flush_interval_ms: u32,
pub disable_user_agent_support: bool,
pub datastore: Option<Arc<dyn StatsigDatastore>>,
}Fields§
§environment: Option<HashMap<String, String>>§api_override: String§api_for_download_config_specs: String§rulesets_sync_interval_ms: u32§logger_max_queue_size: u32§logger_flush_interval_ms: u32§disable_user_agent_support: bool§datastore: Option<Arc<dyn StatsigDatastore>>Trait Implementations§
source§impl Default for StatsigOptions
impl Default for StatsigOptions
source§fn default() -> StatsigOptions
fn default() -> StatsigOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsigOptions
impl !RefUnwindSafe for StatsigOptions
impl Send for StatsigOptions
impl Sync for StatsigOptions
impl Unpin for StatsigOptions
impl !UnwindSafe for StatsigOptions
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