Enum re_analytics::posthog::PostHogEvent
source · pub enum PostHogEvent<'a> {
Capture(PostHogCaptureEvent<'a>),
Identify(PostHogIdentifyEvent<'a>),
}
Variants§
Capture(PostHogCaptureEvent<'a>)
Identify(PostHogIdentifyEvent<'a>)
Implementations§
source§impl<'a> PostHogEvent<'a>
impl<'a> PostHogEvent<'a>
pub fn from_event( analytics_id: &'a str, session_id: &'a str, event: &'a AnalyticsEvent ) -> Self
Trait Implementations§
source§impl<'a> Debug for PostHogEvent<'a>
impl<'a> Debug for PostHogEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for PostHogEvent<'a>
impl<'a> RefUnwindSafe for PostHogEvent<'a>
impl<'a> Send for PostHogEvent<'a>
impl<'a> Sync for PostHogEvent<'a>
impl<'a> Unpin for PostHogEvent<'a>
impl<'a> UnwindSafe for PostHogEvent<'a>
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