pub enum EventKind<R> {
Done(ActorTaskOutcome),
Query(Query<R>),
}Variants§
Done(ActorTaskOutcome)
Query(Query<R>)
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for EventKind<R>where
R: Freeze,
impl<R> !RefUnwindSafe for EventKind<R>
impl<R> Send for EventKind<R>where
R: Send,
impl<R> !Sync for EventKind<R>
impl<R> Unpin for EventKind<R>where
R: Unpin,
impl<R> !UnwindSafe for EventKind<R>
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