Struct tower::util::MapFutureLayer
source · [−]pub struct MapFutureLayer<F> { /* private fields */ }
Implementations
sourceimpl<F> MapFutureLayer<F>
impl<F> MapFutureLayer<F>
sourcepub fn new(f: F) -> Self
pub fn new(f: F) -> Self
Creates a new MapFutureLayer
layer.
Trait Implementations
sourceimpl<F: Clone> Clone for MapFutureLayer<F>
impl<F: Clone> Clone for MapFutureLayer<F>
sourcefn clone(&self) -> MapFutureLayer<F>
fn clone(&self) -> MapFutureLayer<F>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<F> Debug for MapFutureLayer<F>
impl<F> Debug for MapFutureLayer<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for MapFutureLayer<F>where
F: RefUnwindSafe,
impl<F> Send for MapFutureLayer<F>where
F: Send,
impl<F> Sync for MapFutureLayer<F>where
F: Sync,
impl<F> Unpin for MapFutureLayer<F>where
F: Unpin,
impl<F> UnwindSafe for MapFutureLayer<F>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more