pub struct UrlEncodedQuery;Expand description
Plugin for Request that extracts URL encoded data from the URL query string.
Use it like this: req.get_ref::<UrlEncodedQuery>()
Trait Implementations§
Source§impl Key for UrlEncodedQuery
impl Key for UrlEncodedQuery
Source§impl<'a, 'b> Plugin<Request<'a, 'b>> for UrlEncodedQuery
impl<'a, 'b> Plugin<Request<'a, 'b>> for UrlEncodedQuery
Source§type Error = UrlDecodingError
type Error = UrlDecodingError
The error type associated with this plugin.
Auto Trait Implementations§
impl Freeze for UrlEncodedQuery
impl RefUnwindSafe for UrlEncodedQuery
impl Send for UrlEncodedQuery
impl Sync for UrlEncodedQuery
impl Unpin for UrlEncodedQuery
impl UnwindSafe for UrlEncodedQuery
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> PersistentInto<Arc<Mutex<T>>> for T
impl<T> PersistentInto<Arc<Mutex<T>>> for T
Source§fn persistent_into(self) -> Arc<Mutex<T>>
fn persistent_into(self) -> Arc<Mutex<T>>
Convert
self into a value of type T.Source§impl<T> PersistentInto<Arc<RwLock<T>>> for T
impl<T> PersistentInto<Arc<RwLock<T>>> for T
Source§fn persistent_into(self) -> Arc<RwLock<T>>
fn persistent_into(self) -> Arc<RwLock<T>>
Convert
self into a value of type T.Source§impl<T> PersistentInto<Arc<T>> for T
impl<T> PersistentInto<Arc<T>> for T
Source§fn persistent_into(self) -> Arc<T>
fn persistent_into(self) -> Arc<T>
Convert
self into a value of type T.Source§impl<T> PersistentInto<T> for T
impl<T> PersistentInto<T> for T
Source§fn persistent_into(self) -> T
fn persistent_into(self) -> T
Convert
self into a value of type T.