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 InvalidStatusCode
impl Send for InvalidStatusCode
impl Sync for InvalidStatusCode
impl Unpin for InvalidStatusCode
impl UnwindSafe for InvalidStatusCode
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V
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
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