pub struct NoNonblockingHelp;
Expand description
Implementation to be used by backends which do not need to put any internal source into
mio::poll()
of the main event loop.
Trait Implementations§
Source§impl NonblockingHelp for NoNonblockingHelp
impl NonblockingHelp for NoNonblockingHelp
fn register_nonblocking_help( &self, _registry: &Registry, _token: Token, ) -> Result<()>
fn nonblocking_help(&self) -> Result<()>
Auto Trait Implementations§
impl Freeze for NoNonblockingHelp
impl RefUnwindSafe for NoNonblockingHelp
impl Send for NoNonblockingHelp
impl Sync for NoNonblockingHelp
impl Unpin for NoNonblockingHelp
impl UnwindSafe for NoNonblockingHelp
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