Struct poem_openapi::error::ParseParamError [−][src]
Expand description
Parameter error.
Fields
name: &'static strThe name of the parameter.
reason: StringThe reason for the error.
Trait Implementations
The status code of this error.
Auto Trait Implementations
impl RefUnwindSafe for ParseParamError
impl Send for ParseParamError
impl Sync for ParseParamError
impl Unpin for ParseParamError
impl UnwindSafe for ParseParamError
Blanket Implementations
Mutably borrows from an owned value. Read more
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
