pub struct Sendify<Fut>(/* private fields */);Trait Implementations§
impl<Fut> Send for Sendify<Fut>
impl<Fut> Sync for Sendify<Fut>
Auto Trait Implementations§
impl<Fut> Freeze for Sendify<Fut>where
Fut: Freeze,
impl<Fut> RefUnwindSafe for Sendify<Fut>where
Fut: RefUnwindSafe,
impl<Fut> Unpin for Sendify<Fut>where
Fut: Unpin,
impl<Fut> UnwindSafe for Sendify<Fut>where
Fut: 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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more