Struct re_analytics::posthog::PostHogIdentifyEvent
source · pub struct PostHogIdentifyEvent<'a> {
timestamp: OffsetDateTime,
event: &'a str,
distinct_id: &'a str,
properties: HashMap<&'a str, Value>,
set: HashMap<&'a str, Value>,
}
Fields§
§timestamp: OffsetDateTime
§event: &'a str
§distinct_id: &'a str
§properties: HashMap<&'a str, Value>
§set: HashMap<&'a str, Value>
Trait Implementations§
source§impl<'a> Debug for PostHogIdentifyEvent<'a>
impl<'a> Debug for PostHogIdentifyEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for PostHogIdentifyEvent<'a>
impl<'a> RefUnwindSafe for PostHogIdentifyEvent<'a>
impl<'a> Send for PostHogIdentifyEvent<'a>
impl<'a> Sync for PostHogIdentifyEvent<'a>
impl<'a> Unpin for PostHogIdentifyEvent<'a>
impl<'a> UnwindSafe for PostHogIdentifyEvent<'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