Struct jsonrpc_server_utils::reactor::RpcEventLoop
source · [−]pub struct RpcEventLoop { /* private fields */ }
Expand description
A handle to running event loop. Dropping the handle will cause event loop to finish.
Implementations
sourceimpl RpcEventLoop
impl RpcEventLoop
Trait Implementations
sourceimpl Debug for RpcEventLoop
impl Debug for RpcEventLoop
Auto Trait Implementations
impl !RefUnwindSafe for RpcEventLoop
impl Send for RpcEventLoop
impl Sync for RpcEventLoop
impl Unpin for RpcEventLoop
impl !UnwindSafe for RpcEventLoop
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