pub struct AsyncHandlerFunc<F, Fut> { /* private fields */ }Expand description
异步函数式处理器适配器 Asynchronous functional handler adapter
Implementations§
Trait Implementations§
Source§impl<F, Fut> Handler for AsyncHandlerFunc<F, Fut>
impl<F, Fut> Handler for AsyncHandlerFunc<F, Fut>
Auto Trait Implementations§
impl<F, Fut> Freeze for AsyncHandlerFunc<F, Fut>where
F: Freeze,
impl<F, Fut> RefUnwindSafe for AsyncHandlerFunc<F, Fut>where
F: RefUnwindSafe,
Fut: RefUnwindSafe,
impl<F, Fut> Send for AsyncHandlerFunc<F, Fut>
impl<F, Fut> Sync for AsyncHandlerFunc<F, Fut>
impl<F, Fut> Unpin for AsyncHandlerFunc<F, Fut>
impl<F, Fut> UnsafeUnpin for AsyncHandlerFunc<F, Fut>where
F: UnsafeUnpin,
impl<F, Fut> UnwindSafe for AsyncHandlerFunc<F, Fut>where
F: UnwindSafe,
Fut: 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