Struct tower::util::MapResultLayer
source · [−]pub struct MapResultLayer<F> { /* private fields */ }
Implementations
sourceimpl<F> MapResultLayer<F>
impl<F> MapResultLayer<F>
sourcepub fn new(f: F) -> Self
pub fn new(f: F) -> Self
Creates a new MapResultLayer
layer.
Trait Implementations
sourceimpl<F: Clone> Clone for MapResultLayer<F>
impl<F: Clone> Clone for MapResultLayer<F>
sourcefn clone(&self) -> MapResultLayer<F>
fn clone(&self) -> MapResultLayer<F>
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<F: Debug> Debug for MapResultLayer<F>
impl<F: Debug> Debug for MapResultLayer<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for MapResultLayer<F>where
F: RefUnwindSafe,
impl<F> Send for MapResultLayer<F>where
F: Send,
impl<F> Sync for MapResultLayer<F>where
F: Sync,
impl<F> Unpin for MapResultLayer<F>where
F: Unpin,
impl<F> UnwindSafe for MapResultLayer<F>where
F: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more