pub enum UriElement {
Path,
Query,
}
Available on crate feature
unstable
only.Expand description
Indicates whether we are normalizing a URI path element or a query string element. This is used to create the correct error message.
Variants§
Auto Trait Implementations§
impl Freeze for UriElement
impl RefUnwindSafe for UriElement
impl Send for UriElement
impl Sync for UriElement
impl Unpin for UriElement
impl UnwindSafe for UriElement
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