pub struct UnifiedEvent {
pub timestamp: DateTime<Utc>,
pub kind: UnifiedEventKind,
}Expand description
Unified event emitted by the merged parquet cursors.
Fields§
§timestamp: DateTime<Utc>§kind: UnifiedEventKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnifiedEvent
impl RefUnwindSafe for UnifiedEvent
impl Send for UnifiedEvent
impl Sync for UnifiedEvent
impl Unpin for UnifiedEvent
impl UnwindSafe for UnifiedEvent
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