pub struct analyticsEvent;
Trait Implementations§
Source§impl Field for analyticsEvent
impl Field for analyticsEvent
Source§impl HasArgument<events> for analyticsEvent
impl HasArgument<events> for analyticsEvent
Source§impl HasArgument<now> for analyticsEvent
impl HasArgument<now> for analyticsEvent
Auto Trait Implementations§
impl Freeze for analyticsEvent
impl RefUnwindSafe for analyticsEvent
impl Send for analyticsEvent
impl Sync for analyticsEvent
impl Unpin for analyticsEvent
impl UnwindSafe for analyticsEvent
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