pub enum HttpApiKeyLocation {
Header,
Query,
Cookie,
}Variants§
Trait Implementations§
Source§impl Clone for HttpApiKeyLocation
impl Clone for HttpApiKeyLocation
Source§fn clone(&self) -> HttpApiKeyLocation
fn clone(&self) -> HttpApiKeyLocation
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 HttpApiKeyLocation
impl Debug for HttpApiKeyLocation
Source§impl<'de> Deserialize<'de> for HttpApiKeyLocation
impl<'de> Deserialize<'de> for HttpApiKeyLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HttpApiKeyLocation
impl PartialEq for HttpApiKeyLocation
Source§fn eq(&self, other: &HttpApiKeyLocation) -> bool
fn eq(&self, other: &HttpApiKeyLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpApiKeyLocation
impl Serialize for HttpApiKeyLocation
impl Eq for HttpApiKeyLocation
impl StructuralPartialEq for HttpApiKeyLocation
Auto Trait Implementations§
impl Freeze for HttpApiKeyLocation
impl RefUnwindSafe for HttpApiKeyLocation
impl Send for HttpApiKeyLocation
impl Sync for HttpApiKeyLocation
impl Unpin for HttpApiKeyLocation
impl UnsafeUnpin for HttpApiKeyLocation
impl UnwindSafe for HttpApiKeyLocation
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