Struct tower::util::MapFutureLayer [−][src]
pub struct MapFutureLayer<F> { /* fields omitted */ }This is supported on crate feature
util only.Implementations
impl<F> MapFutureLayer<F>[src]
impl<F> MapFutureLayer<F>[src]pub fn new(f: F) -> Self[src]
Creates a new MapFutureLayer layer.
Trait Implementations
impl<F: Clone> Clone for MapFutureLayer<F>[src]
impl<F: Clone> Clone for MapFutureLayer<F>[src]fn clone(&self) -> MapFutureLayer<F>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl<F> RefUnwindSafe for MapFutureLayer<F> where
F: RefUnwindSafe,
impl<F> RefUnwindSafe for MapFutureLayer<F> where
F: RefUnwindSafe, impl<F> Send for MapFutureLayer<F> where
F: Send,
impl<F> Send for MapFutureLayer<F> where
F: Send, impl<F> Sync for MapFutureLayer<F> where
F: Sync,
impl<F> Sync for MapFutureLayer<F> where
F: Sync, impl<F> Unpin for MapFutureLayer<F> where
F: Unpin,
impl<F> Unpin for MapFutureLayer<F> where
F: Unpin, impl<F> UnwindSafe for MapFutureLayer<F> where
F: UnwindSafe,
impl<F> UnwindSafe for MapFutureLayer<F> where
F: UnwindSafe, Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,