pub struct QueryMap(pub HashMap<String, String>);Expand description
Extracts all query parameters as a HashMap.
Tuple Fields§
§0: HashMap<String, String>Trait Implementations§
Source§impl FromRequest for QueryMap
impl FromRequest for QueryMap
Source§type Error = ExtractError
type Error = ExtractError
The error type returned when extraction fails.
Auto Trait Implementations§
impl Freeze for QueryMap
impl RefUnwindSafe for QueryMap
impl Send for QueryMap
impl Sync for QueryMap
impl Unpin for QueryMap
impl UnwindSafe for QueryMap
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