pub struct TappedEvent {
pub stream: String,
pub subject: String,
pub data: Value,
}Expand description
One event awaiting its append: which stream, the subject (the event name), and the fields.
Fields§
§stream: String§subject: String§data: ValueAuto Trait Implementations§
impl Freeze for TappedEvent
impl RefUnwindSafe for TappedEvent
impl Send for TappedEvent
impl Sync for TappedEvent
impl Unpin for TappedEvent
impl UnsafeUnpin for TappedEvent
impl UnwindSafe for TappedEvent
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