pub struct Poller<H> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<H> Freeze for Poller<H>where
H: Freeze,
impl<H> RefUnwindSafe for Poller<H>where
H: RefUnwindSafe,
impl<H> Send for Poller<H>where
H: Send,
impl<H> !Sync for Poller<H>
impl<H> Unpin for Poller<H>where
H: Unpin,
impl<H> UnwindSafe for Poller<H>where
H: UnwindSafe,
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