pub struct NoopDecode;Expand description
The default decoder used for unencoded path and query params.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopDecode
impl RefUnwindSafe for NoopDecode
impl Send for NoopDecode
impl Sync for NoopDecode
impl Unpin for NoopDecode
impl UnwindSafe for NoopDecode
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