Struct analytics_proto::proto1::Event
[−]
[src]
pub struct Event {
pub received_time: DateTime<UTC>,
pub serviced_time: DateTime<UTC>,
pub message: Message,
}Fields
received_time: DateTime<UTC>
serviced_time: DateTime<UTC>
message: Message
Trait Implementations
impl Debug for Event[src]
impl Clone for Event[src]
fn clone(&self) -> Event
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more