Struct actix_web::http::uri::InvalidUri [−][src]
pub struct InvalidUri(_);
Expand description
An error resulting from a failed attempt to construct a URI.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InvalidUri
impl Send for InvalidUri
impl Sync for InvalidUri
impl Unpin for InvalidUri
impl UnwindSafe for InvalidUri
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more