pub struct EnqueuePassthroughOp {
pub event: StatsigEventInternal,
}Fields§
§event: StatsigEventInternalTrait Implementations§
Source§impl EnqueueOperation for EnqueuePassthroughOp
impl EnqueueOperation for EnqueuePassthroughOp
fn as_exposure(&self) -> Option<&impl QueuedExposure<'_>>
fn into_queued_event( self, _sampling_decision: EvtSamplingDecision, ) -> QueuedEvent
Auto Trait Implementations§
impl Freeze for EnqueuePassthroughOp
impl RefUnwindSafe for EnqueuePassthroughOp
impl Send for EnqueuePassthroughOp
impl Sync for EnqueuePassthroughOp
impl Unpin for EnqueuePassthroughOp
impl UnwindSafe for EnqueuePassthroughOp
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