pub enum ProcessingEvent {
Raw(IngestedRawEvent),
RawChannelClosed,
WindowExpired,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessingEvent
impl RefUnwindSafe for ProcessingEvent
impl Send for ProcessingEvent
impl Sync for ProcessingEvent
impl Unpin for ProcessingEvent
impl UnsafeUnpin for ProcessingEvent
impl UnwindSafe for ProcessingEvent
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