pub struct QueryExtractor<T> { /* private fields */ }
Expand description
Extract query parameters from the request
Trait Implementations§
Source§impl<T> Deref for QueryExtractor<T>
impl<T> Deref for QueryExtractor<T>
Source§impl<T> RequestExtractor for QueryExtractor<T>where
T: DeserializeOwned + Send + 'static,
impl<T> RequestExtractor for QueryExtractor<T>where
T: DeserializeOwned + Send + 'static,
Auto Trait Implementations§
impl<T> Freeze for QueryExtractor<T>where
T: Freeze,
impl<T> RefUnwindSafe for QueryExtractor<T>where
T: RefUnwindSafe,
impl<T> Send for QueryExtractor<T>where
T: Send,
impl<T> Sync for QueryExtractor<T>where
T: Sync,
impl<T> Unpin for QueryExtractor<T>where
T: Unpin,
impl<T> UnwindSafe for QueryExtractor<T>where
T: 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