pub struct Posthog { /* private fields */ }Expand description
Posthog telemetry handler.
See the module documentation for usage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Posthog
impl RefUnwindSafe for Posthog
impl Send for Posthog
impl Sync for Posthog
impl Unpin for Posthog
impl UnsafeUnpin for Posthog
impl UnwindSafe for Posthog
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