pub struct AnalyticsEventNoTimestamp {
pub proxy_user_id: String,
pub proxy_machine_id: String,
pub action: String,
}Fields§
§proxy_user_id: String§proxy_machine_id: String§action: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AnalyticsEventNoTimestamp
impl<'de> Deserialize<'de> for AnalyticsEventNoTimestamp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AnalyticsEventNoTimestamp> for AnalyticsEvent
Convert AnalyticsEventNoTimestamp to AnalyticsEvent.
impl From<AnalyticsEventNoTimestamp> for AnalyticsEvent
Convert AnalyticsEventNoTimestamp to AnalyticsEvent.
Source§fn from(incoming: AnalyticsEventNoTimestamp) -> AnalyticsEvent
fn from(incoming: AnalyticsEventNoTimestamp) -> AnalyticsEvent
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnalyticsEventNoTimestamp
impl RefUnwindSafe for AnalyticsEventNoTimestamp
impl Send for AnalyticsEventNoTimestamp
impl Sync for AnalyticsEventNoTimestamp
impl Unpin for AnalyticsEventNoTimestamp
impl UnwindSafe for AnalyticsEventNoTimestamp
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