Struct MapFutureLayer
struct MapFutureLayer<F> { ... }
Implementations
impl<F> MapFutureLayer<F>
const fn new(f: F) -> SelfCreates a new
MapFutureLayerlayer.
impl<F> Debug for MapFutureLayer<F>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<F> Freeze for MapFutureLayer<F>
impl<F> RefUnwindSafe for MapFutureLayer<F>
impl<F> Send for MapFutureLayer<F>
impl<F> Sync for MapFutureLayer<F>
impl<F> Unpin for MapFutureLayer<F>
impl<F> UnsafeUnpin for MapFutureLayer<F>
impl<F> UnwindSafe for MapFutureLayer<F>
impl<F: $crate::clone::Clone> Clone for MapFutureLayer<F>
fn clone(self: &Self) -> MapFutureLayer<F>
impl<S, F> Layer for MapFutureLayer<F>
fn layer(self: &Self, inner: S) -> <Self as >::Service
impl<T> Any for MapFutureLayer<F>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for MapFutureLayer<F>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for MapFutureLayer<F>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for MapFutureLayer<F>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for MapFutureLayer<F>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Instrument for MapFutureLayer<F>
impl<T> ToOwned for MapFutureLayer<F>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T> WithSubscriber for MapFutureLayer<F>
impl<T, U> Into for MapFutureLayer<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 MapFutureLayer<F>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for MapFutureLayer<F>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>