pub struct InvalidUriComponent;
Expand description
An error type used when URI component decoding fails.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidUriComponent
impl RefUnwindSafe for InvalidUriComponent
impl Send for InvalidUriComponent
impl Sync for InvalidUriComponent
impl Unpin for InvalidUriComponent
impl UnwindSafe for InvalidUriComponent
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