Struct tower::util::MapResultLayer
source · pub struct MapResultLayer<F> { /* private fields */ }
Implementations§
source§impl<F> MapResultLayer<F>
impl<F> MapResultLayer<F>
sourcepub const fn new(f: F) -> Self
pub const fn new(f: F) -> Self
Creates a new MapResultLayer
layer.
Trait Implementations§
source§impl<F: Clone> Clone for MapResultLayer<F>
impl<F: Clone> Clone for MapResultLayer<F>
source§fn clone(&self) -> MapResultLayer<F>
fn clone(&self) -> MapResultLayer<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<F: Debug> Debug for MapResultLayer<F>
impl<F: Debug> Debug for MapResultLayer<F>
Auto Trait Implementations§
impl<F> Freeze for MapResultLayer<F>where
F: Freeze,
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)