pub enum QueuedEvent {
Exposure(QueuedExposureEvent),
Passthrough(StatsigEventInternal),
GateExposure(QueuedGateExposureEvent),
ConfigExposure(QueuedConfigExposureEvent),
ExperimentExposure(QueuedExperimentExposureEvent),
LayerParamExposure(QueuedLayerParamExposureEvent),
}Variants§
Exposure(QueuedExposureEvent)
Passthrough(StatsigEventInternal)
GateExposure(QueuedGateExposureEvent)
ConfigExposure(QueuedConfigExposureEvent)
ExperimentExposure(QueuedExperimentExposureEvent)
LayerParamExposure(QueuedLayerParamExposureEvent)
Implementations§
Source§impl QueuedEvent
impl QueuedEvent
pub fn into_statsig_event_internal(self) -> StatsigEventInternal
Auto Trait Implementations§
impl Freeze for QueuedEvent
impl RefUnwindSafe for QueuedEvent
impl Send for QueuedEvent
impl Sync for QueuedEvent
impl Unpin for QueuedEvent
impl UnwindSafe for QueuedEvent
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