pub struct QueuedLayerParamExposureEvent {Show 13 fields
pub user: StatsigUserLoggable,
pub layer_name: String,
pub rule_id: String,
pub parameter_name: String,
pub secondary_exposures: Option<Vec<SecondaryExposure>>,
pub evaluation_details: EvaluationDetails,
pub version: Option<u32>,
pub exposure_trigger: ExposureTrigger,
pub sampling_decision: EvtSamplingDecision,
pub override_config_name: Option<String>,
pub is_explicit: bool,
pub allocated_experiment: Option<InternedString>,
pub exposure_time: u64,
}Fields§
§user: StatsigUserLoggable§layer_name: String§rule_id: String§parameter_name: String§secondary_exposures: Option<Vec<SecondaryExposure>>§evaluation_details: EvaluationDetails§version: Option<u32>§exposure_trigger: ExposureTrigger§sampling_decision: EvtSamplingDecision§override_config_name: Option<String>§is_explicit: bool§allocated_experiment: Option<InternedString>§exposure_time: u64Implementations§
Auto Trait Implementations§
impl Freeze for QueuedLayerParamExposureEvent
impl RefUnwindSafe for QueuedLayerParamExposureEvent
impl Send for QueuedLayerParamExposureEvent
impl Sync for QueuedLayerParamExposureEvent
impl Unpin for QueuedLayerParamExposureEvent
impl UnwindSafe for QueuedLayerParamExposureEvent
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