pub struct FnHandler1<F, T1> { /* private fields */ }Expand description
Wrapper for handlers with 1 extractor.
Implementations§
Source§impl<F, T1> FnHandler1<F, T1>
impl<F, T1> FnHandler1<F, T1>
Trait Implementations§
Auto Trait Implementations§
impl<F, T1> Freeze for FnHandler1<F, T1>where
F: Freeze,
impl<F, T1> RefUnwindSafe for FnHandler1<F, T1>where
F: RefUnwindSafe,
T1: RefUnwindSafe,
impl<F, T1> Send for FnHandler1<F, T1>
impl<F, T1> Sync for FnHandler1<F, T1>
impl<F, T1> Unpin for FnHandler1<F, T1>
impl<F, T1> UnsafeUnpin for FnHandler1<F, T1>where
F: UnsafeUnpin,
impl<F, T1> UnwindSafe for FnHandler1<F, T1>where
F: UnwindSafe,
T1: 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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).