pub enum EventCtx {
Kafka(KafkaEventCtx),
Counter(CounterEventCtx),
}Expand description
Represents the event context
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventCtx
impl RefUnwindSafe for EventCtx
impl Send for EventCtx
impl Sync for EventCtx
impl Unpin for EventCtx
impl UnwindSafe for EventCtx
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