Struct MapOk
struct MapOk<Fut, F> { ... }
Future for the map_ok method.
Implementations
impl<'__pin, Fut, F> Unpin for MapOk<Fut, F>
impl<F> IntoFuture for MapOk<Fut, F>
fn into_future(self: Self) -> <F as IntoFuture>::IntoFuture
impl<F, T, E> TryFuture for MapOk<Fut, F>
fn try_poll(self: Pin<&mut F>, cx: &mut Context<'_>) -> Poll<<F as Future>::Output>
impl<Fut> TryFutureExt for MapOk<Fut, F>
impl<Fut, F> Debug for MapOk<Fut, F>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<Fut, F> Freeze for MapOk<Fut, F>
impl<Fut, F> FusedFuture for MapOk<Fut, F>
fn is_terminated(self: &Self) -> bool
impl<Fut, F> Future for MapOk<Fut, F>
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<<Self as >::Output>
impl<Fut, F> RefUnwindSafe for MapOk<Fut, F>
impl<Fut, F> Send for MapOk<Fut, F>
impl<Fut, F> Sync for MapOk<Fut, F>
impl<Fut, F> UnsafeUnpin for MapOk<Fut, F>
impl<Fut, F> UnwindSafe for MapOk<Fut, F>
impl<T> Any for MapOk<Fut, F>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for MapOk<Fut, F>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for MapOk<Fut, F>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for MapOk<Fut, F>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> FutureExt for MapOk<Fut, F>
impl<T, U> Into for MapOk<Fut, F>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for MapOk<Fut, F>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for MapOk<Fut, F>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>