pub struct UrlDecodeUni;Expand description
URL decode with Unicode support.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlDecodeUni
impl RefUnwindSafe for UrlDecodeUni
impl Send for UrlDecodeUni
impl Sync for UrlDecodeUni
impl Unpin for UrlDecodeUni
impl UnwindSafe for UrlDecodeUni
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