pub enum URIUnescapeError {
InvalidEscape,
Utf8Error(Utf8Error),
}Expand description
Percent-encoded string unescaping error
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for URIUnescapeError
impl RefUnwindSafe for URIUnescapeError
impl Send for URIUnescapeError
impl Sync for URIUnescapeError
impl Unpin for URIUnescapeError
impl UnsafeUnpin for URIUnescapeError
impl UnwindSafe for URIUnescapeError
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