pub struct ContextTelemetryEvent {
pub event_type: String,
pub anonymous_id: Option<String>,
pub payload: Value,
}Fields§
§event_type: String§anonymous_id: Option<String>§payload: ValueTrait Implementations§
Source§impl Clone for ContextTelemetryEvent
impl Clone for ContextTelemetryEvent
Source§fn clone(&self) -> ContextTelemetryEvent
fn clone(&self) -> ContextTelemetryEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextTelemetryEvent
impl Debug for ContextTelemetryEvent
Source§impl PartialEq for ContextTelemetryEvent
impl PartialEq for ContextTelemetryEvent
Source§fn eq(&self, other: &ContextTelemetryEvent) -> bool
fn eq(&self, other: &ContextTelemetryEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContextTelemetryEvent
Auto Trait Implementations§
impl Freeze for ContextTelemetryEvent
impl RefUnwindSafe for ContextTelemetryEvent
impl Send for ContextTelemetryEvent
impl Sync for ContextTelemetryEvent
impl Unpin for ContextTelemetryEvent
impl UnsafeUnpin for ContextTelemetryEvent
impl UnwindSafe for ContextTelemetryEvent
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