pub enum ParameterLocation {
Body,
Path,
Query,
}
Expand description
The location of an API operation parameter in the HTTP request.
Variants
Body
Path
Query
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParameterLocation
impl Send for ParameterLocation
impl Sync for ParameterLocation
impl Unpin for ParameterLocation
impl UnwindSafe for ParameterLocation
Blanket Implementations
Mutably borrows from an owned value. Read more