Struct http_api_problem::InvalidStatusCode [−][src]
pub struct InvalidStatusCode { /* fields omitted */ }Expand description
A possible error value when converting a StatusCode from a u16 or &str
This error indicates that the supplied input was not a valid number, was less than 100, or was greater than 999.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvalidStatusCodeimpl Send for InvalidStatusCodeimpl Sync for InvalidStatusCodeimpl Unpin for InvalidStatusCodeimpl UnwindSafe for InvalidStatusCodeBlanket 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
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches 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