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