Struct actix_web::http::uri::InvalidUriParts [−][src]
pub struct InvalidUriParts(_);
Expand description
An error resulting from a failed attempt to construct a URI.
Trait Implementations
Performs the conversion.
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
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