pub struct RpcEventLoop { /* private fields */ }
Expand description
A handle to running event loop. Dropping the handle will cause event loop to finish.
Implementations§
Trait Implementations§
Source§impl Debug for RpcEventLoop
impl Debug for RpcEventLoop
Auto Trait Implementations§
impl !Freeze for RpcEventLoop
impl !RefUnwindSafe for RpcEventLoop
impl Send for RpcEventLoop
impl Sync for RpcEventLoop
impl Unpin for RpcEventLoop
impl !UnwindSafe for RpcEventLoop
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