pub enum PhaseEffect {
EmitEvent(EventRequest),
}Expand description
One effect produced during Input/Reason/Act execution.
Variants§
EmitEvent(EventRequest)
Append and publish one canonical event.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhaseEffect
impl RefUnwindSafe for PhaseEffect
impl Send for PhaseEffect
impl Sync for PhaseEffect
impl Unpin for PhaseEffect
impl UnsafeUnpin for PhaseEffect
impl UnwindSafe for PhaseEffect
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