pub struct QueuedExposureEvent {
pub user: StatsigUserLoggable,
pub sampling_decision: EvtSamplingDecision,
pub data: ExposureData,
}Fields§
§user: StatsigUserLoggable§sampling_decision: EvtSamplingDecision§data: ExposureDataImplementations§
Source§impl QueuedExposureEvent
impl QueuedExposureEvent
pub fn into_statsig_event_internal(self) -> StatsigEventInternal
Auto Trait Implementations§
impl Freeze for QueuedExposureEvent
impl RefUnwindSafe for QueuedExposureEvent
impl Send for QueuedExposureEvent
impl Sync for QueuedExposureEvent
impl Unpin for QueuedExposureEvent
impl UnwindSafe for QueuedExposureEvent
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