pub struct AsyncIo;
Expand description
Dummy object implementing reactor-trait common interfaces on top of async-io
Trait Implementations§
Source§impl Ord for AsyncIo
impl Ord for AsyncIo
Source§impl PartialOrd for AsyncIo
impl PartialOrd for AsyncIo
Source§impl Reactor for AsyncIo
impl Reactor for AsyncIo
Source§fn register(&self, socket: IOHandle) -> Result<Box<dyn AsyncIOHandle + Send>>
fn register(&self, socket: IOHandle) -> Result<Box<dyn AsyncIOHandle + Send>>
Register a synchronous handle, returning an asynchronous one
impl Copy for AsyncIo
impl Eq for AsyncIo
impl StructuralPartialEq for AsyncIo
Auto Trait Implementations§
impl Freeze for AsyncIo
impl RefUnwindSafe for AsyncIo
impl Send for AsyncIo
impl Sync for AsyncIo
impl Unpin for AsyncIo
impl UnwindSafe for AsyncIo
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