Struct http::uri::InvalidUriBytes
source · [−]pub struct InvalidUriBytes(_);
Expand description
An error resulting from a failed attempt to construct a URI.
Trait Implementations
sourceimpl Debug for InvalidUriBytes
impl Debug for InvalidUriBytes
sourceimpl Display for InvalidUriBytes
impl Display for InvalidUriBytes
sourceimpl Error for InvalidUriBytes
impl Error for InvalidUriBytes
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourceimpl From<InvalidUriBytes> for Error
impl From<InvalidUriBytes> for Error
sourcefn from(err: InvalidUriBytes) -> Error
fn from(err: InvalidUriBytes) -> Error
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InvalidUriBytes
impl Send for InvalidUriBytes
impl Sync for InvalidUriBytes
impl Unpin for InvalidUriBytes
impl UnwindSafe for InvalidUriBytes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more