Struct puff_rs::web::server::AxumHandlerArgs
source · pub struct AxumHandlerArgs<T>(_);Trait Implementations
sourceimpl<F, S, T1> PuffHandler<AxumHandlerArgs<T1>, S, <<F as Handler<T1, S, Body>>::Future as Future>::Output> for Fwhere
S: Send + Sync + 'static,
T1: Send + Sync + 'static,
F: Handler<T1, S>,
impl<F, S, T1> PuffHandler<AxumHandlerArgs<T1>, S, <<F as Handler<T1, S, Body>>::Future as Future>::Output> for Fwhere
S: Send + Sync + 'static,
T1: Send + Sync + 'static,
F: Handler<T1, S>,
fn into_handler(self, filter: MethodFilter) -> MethodRouter<S>
Auto Trait Implementations
impl<T> RefUnwindSafe for AxumHandlerArgs<T>where
T: RefUnwindSafe,
impl<T> Send for AxumHandlerArgs<T>where
T: Send,
impl<T> Sync for AxumHandlerArgs<T>where
T: Sync,
impl<T> Unpin for AxumHandlerArgs<T>where
T: Unpin,
impl<T> UnwindSafe for AxumHandlerArgs<T>where
T: 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