pub struct AnalyticsContext { /* private fields */ }Expand description
Request context for tracking within handlers
Implementations§
Trait Implementations§
Source§impl Clone for AnalyticsContext
impl Clone for AnalyticsContext
Source§fn clone(&self) -> AnalyticsContext
fn clone(&self) -> AnalyticsContext
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AnalyticsContext
impl !RefUnwindSafe for AnalyticsContext
impl Send for AnalyticsContext
impl Sync for AnalyticsContext
impl Unpin for AnalyticsContext
impl !UnwindSafe for AnalyticsContext
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