Enum poem_openapi::ApiExtractorType
source · [−]pub enum ApiExtractorType {
RequestObject,
Parameter,
SecurityScheme,
PoemExtractor,
}
Expand description
API extractor types.
Variants
RequestObject
A request object.
Parameter
A request parameter.
SecurityScheme
A security scheme.
PoemExtractor
A poem extractor.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApiExtractorType
impl Send for ApiExtractorType
impl Sync for ApiExtractorType
impl Unpin for ApiExtractorType
impl UnwindSafe for ApiExtractorType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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