pub struct AsyncMapRequestLayer<M> { /* private fields */ }
Implementations§
source§impl<M: AsyncMapRequest + Clone> AsyncMapRequestLayer<M>
impl<M: AsyncMapRequest + Clone> AsyncMapRequestLayer<M>
pub fn for_mapper(mapper: M) -> Self
Trait Implementations§
source§impl<M: Debug> Debug for AsyncMapRequestLayer<M>
impl<M: Debug> Debug for AsyncMapRequestLayer<M>
Auto Trait Implementations§
impl<M> RefUnwindSafe for AsyncMapRequestLayer<M>where M: RefUnwindSafe,
impl<M> Send for AsyncMapRequestLayer<M>where M: Send,
impl<M> Sync for AsyncMapRequestLayer<M>where M: Sync,
impl<M> Unpin for AsyncMapRequestLayer<M>where M: Unpin,
impl<M> UnwindSafe for AsyncMapRequestLayer<M>where M: 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