pub struct EmptyContext<K: Rex> {
pub signal_queue: SignalQueue<K>,
pub notification_queue: NotificationQueue<K::Message>,
pub state_store: Arc<StateStore<StateId<K>, K::State>>,
}Fields§
§signal_queue: SignalQueue<K>§notification_queue: NotificationQueue<K::Message>§state_store: Arc<StateStore<StateId<K>, K::State>>Auto Trait Implementations§
impl<K> Freeze for EmptyContext<K>
impl<K> !RefUnwindSafe for EmptyContext<K>
impl<K> Send for EmptyContext<K>
impl<K> Sync for EmptyContext<K>
impl<K> Unpin for EmptyContext<K>
impl<K> !UnwindSafe for EmptyContext<K>
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