pub struct FullEvent {
pub seq: u32,
pub ts: String,
pub event: Event,
}Expand description
Wrapper that adds sequence number and timestamp to each event.
Fields§
§seq: u32§ts: String§event: EventTrait Implementations§
Auto Trait Implementations§
impl Freeze for FullEvent
impl RefUnwindSafe for FullEvent
impl Send for FullEvent
impl Sync for FullEvent
impl Unpin for FullEvent
impl UnsafeUnpin for FullEvent
impl UnwindSafe for FullEvent
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