pub struct Transition<S> {
pub key: String,
pub run: Effect<Vec<NewFact>, ActorError, S>,
}Fields§
§key: String§run: Effect<Vec<NewFact>, ActorError, S>Auto Trait Implementations§
impl<S> !RefUnwindSafe for Transition<S>
impl<S> !UnwindSafe for Transition<S>
impl<S> Freeze for Transition<S>
impl<S> Send for Transition<S>
impl<S> Sync for Transition<S>
impl<S> Unpin for Transition<S>
impl<S> UnsafeUnpin for Transition<S>
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