Struct re_analytics::posthog::PostHogBatch
source · pub struct PostHogBatch<'a> {
api_key: &'static str,
batch: &'a [PostHogEvent<'a>],
}
Fields§
§api_key: &'static str
§batch: &'a [PostHogEvent<'a>]
Implementations§
source§impl<'a> PostHogBatch<'a>
impl<'a> PostHogBatch<'a>
pub fn from_events(events: &'a [PostHogEvent<'a>]) -> Self
Trait Implementations§
source§impl<'a> Debug for PostHogBatch<'a>
impl<'a> Debug for PostHogBatch<'a>
Auto Trait Implementations§
impl<'a> Freeze for PostHogBatch<'a>
impl<'a> RefUnwindSafe for PostHogBatch<'a>
impl<'a> Send for PostHogBatch<'a>
impl<'a> Sync for PostHogBatch<'a>
impl<'a> Unpin for PostHogBatch<'a>
impl<'a> UnwindSafe for PostHogBatch<'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