pub enum OpenApiApiKeyLocation {
Query,
Header,
Cookie,
}Expand description
Location for OpenAPI API key security schemes.
Variants§
Trait Implementations§
Source§impl Clone for OpenApiApiKeyLocation
impl Clone for OpenApiApiKeyLocation
Source§fn clone(&self) -> OpenApiApiKeyLocation
fn clone(&self) -> OpenApiApiKeyLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpenApiApiKeyLocation
impl Debug for OpenApiApiKeyLocation
impl Eq for OpenApiApiKeyLocation
Source§impl PartialEq for OpenApiApiKeyLocation
impl PartialEq for OpenApiApiKeyLocation
Source§impl Serialize for OpenApiApiKeyLocation
impl Serialize for OpenApiApiKeyLocation
impl StructuralPartialEq for OpenApiApiKeyLocation
Auto Trait Implementations§
impl Freeze for OpenApiApiKeyLocation
impl RefUnwindSafe for OpenApiApiKeyLocation
impl Send for OpenApiApiKeyLocation
impl Sync for OpenApiApiKeyLocation
impl Unpin for OpenApiApiKeyLocation
impl UnsafeUnpin for OpenApiApiKeyLocation
impl UnwindSafe for OpenApiApiKeyLocation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more