Struct poem_openapi::ExtractParamOptions
source · [−]Expand description
Options for the parameter extractor.
Fields
name: &'static str
The name of this parameter.
default_value: Option<fn() -> T>
The default value of this parameter.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ExtractParamOptions<T>
impl<T> Send for ExtractParamOptions<T>
impl<T> Sync for ExtractParamOptions<T>
impl<T> Unpin for ExtractParamOptions<T>
impl<T> UnwindSafe for ExtractParamOptions<T>
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