pub enum NoEvents {}Expand description
The event type of a command that emits none: uninhabited, so emit has no
argument that can be constructed.
Trait Implementations§
Source§impl<T: Serialize> HandlerOutcome<T, NoEvents> for Output<T>
impl<T: Serialize> HandlerOutcome<T, NoEvents> for Output<T>
fn into_output(self) -> Output<T>
Auto Trait Implementations§
impl Freeze for NoEvents
impl RefUnwindSafe for NoEvents
impl Send for NoEvents
impl Sync for NoEvents
impl Unpin for NoEvents
impl UnsafeUnpin for NoEvents
impl UnwindSafe for NoEvents
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