Enum jsonrpc_server_utils::reactor::Executor
source · [−]pub enum Executor {
Shared(TaskExecutor),
Spawned(RpcEventLoop),
}
Expand description
Initialized Executor
Variants
Shared(TaskExecutor)
Shared instance
Spawned(RpcEventLoop)
Spawned Event Loop
Implementations
sourceimpl Executor
impl Executor
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Executor
impl Send for Executor
impl Sync for Executor
impl Unpin for Executor
impl !UnwindSafe for Executor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more