Enum actix_web::client::FreezeRequestError [−][src]
pub enum FreezeRequestError {
Url(InvalidUrl),
Http(Error),
}
Expand description
A set of errors that can occur during freezing a request
Variants
Url(InvalidUrl)
Tuple Fields
0: InvalidUrl
Invalid URL
Http(Error)
Tuple Fields
0: Error
Http error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FreezeRequestError
impl Send for FreezeRequestError
impl Sync for FreezeRequestError
impl Unpin for FreezeRequestError
impl UnwindSafe for FreezeRequestError
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