pub struct PercentDecoder { /* private fields */ }Expand description
A percent decoder
Implementations§
Trait Implementations§
Source§impl Debug for PercentDecoder
impl Debug for PercentDecoder
Source§impl Default for PercentDecoder
impl Default for PercentDecoder
Source§fn default() -> PercentDecoder
fn default() -> PercentDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PercentDecoder
impl RefUnwindSafe for PercentDecoder
impl Send for PercentDecoder
impl Sync for PercentDecoder
impl Unpin for PercentDecoder
impl UnwindSafe for PercentDecoder
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