pub struct ErasedComponent<S, V> { /* private fields */ }Auto Trait Implementations§
impl<S, V> !RefUnwindSafe for ErasedComponent<S, V>
impl<S, V> !UnwindSafe for ErasedComponent<S, V>
impl<S, V> Freeze for ErasedComponent<S, V>
impl<S, V> Send for ErasedComponent<S, V>
impl<S, V> Sync for ErasedComponent<S, V>
impl<S, V> Unpin for ErasedComponent<S, V>
impl<S, V> UnsafeUnpin for ErasedComponent<S, V>where
Arc<dyn Fn(&[Fact]) -> Result<(V, Vec<Transition<S>>), ActorError> + Send + Sync>: UnsafeUnpin,
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