pub struct CorrelationExample {
pub entity_id: String,
pub event_a_timestamp: DateTime<Utc>,
pub event_b_timestamp: DateTime<Utc>,
pub time_between_seconds: i64,
}Fields§
§entity_id: String§event_a_timestamp: DateTime<Utc>§event_b_timestamp: DateTime<Utc>§time_between_seconds: i64Trait Implementations§
Source§impl Debug for CorrelationExample
impl Debug for CorrelationExample
Auto Trait Implementations§
impl Freeze for CorrelationExample
impl RefUnwindSafe for CorrelationExample
impl Send for CorrelationExample
impl Sync for CorrelationExample
impl Unpin for CorrelationExample
impl UnsafeUnpin for CorrelationExample
impl UnwindSafe for CorrelationExample
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