Struct re_analytics::native::sink::PostHogSink
source · pub(crate) struct PostHogSink {}
Implementations§
source§impl PostHogSink
impl PostHogSink
Trait Implementations§
source§impl Clone for PostHogSink
impl Clone for PostHogSink
source§fn clone(&self) -> PostHogSink
fn clone(&self) -> PostHogSink
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PostHogSink
impl Debug for PostHogSink
source§impl Default for PostHogSink
impl Default for PostHogSink
source§fn default() -> PostHogSink
fn default() -> PostHogSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostHogSink
impl RefUnwindSafe for PostHogSink
impl Send for PostHogSink
impl Sync for PostHogSink
impl Unpin for PostHogSink
impl UnwindSafe for PostHogSink
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