pub struct OnEvent {
pub event: StreamEventRef,
}Expand description
Canonical observe-only event stream observation.
Fields§
§event: StreamEventRefObserved event payload.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OnEvent
impl !UnwindSafe for OnEvent
impl Freeze for OnEvent
impl Send for OnEvent
impl Sync for OnEvent
impl Unpin for OnEvent
impl UnsafeUnpin for OnEvent
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