pub struct SmolFuturePollable { /* private fields */ }Available on crate features
std and smol-runtime only.Expand description
A Pollable adapter that spawns a Future onto the smol executor and
exposes its completion through the Pollable interface.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmolFuturePollable
impl RefUnwindSafe for SmolFuturePollable
impl Send for SmolFuturePollable
impl Sync for SmolFuturePollable
impl Unpin for SmolFuturePollable
impl UnwindSafe for SmolFuturePollable
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