pub enum HttpElementLocation {
HttpInUnspecified,
HttpInQuery,
HttpInHeader,
}Expand description
Location of the API key.
Variants§
Trait Implementations§
Source§impl Clone for HttpElementLocation
impl Clone for HttpElementLocation
Source§fn clone(&self) -> HttpElementLocation
fn clone(&self) -> HttpElementLocation
Returns a duplicate of the value. Read more
1.0.0 · 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 HttpElementLocation
impl Debug for HttpElementLocation
Source§impl<'de> Deserialize<'de> for HttpElementLocation
impl<'de> Deserialize<'de> for HttpElementLocation
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 HttpElementLocation
impl PartialEq for HttpElementLocation
Source§impl Serialize for HttpElementLocation
impl Serialize for HttpElementLocation
impl Copy for HttpElementLocation
impl Eq for HttpElementLocation
impl StructuralPartialEq for HttpElementLocation
Auto Trait Implementations§
impl Freeze for HttpElementLocation
impl RefUnwindSafe for HttpElementLocation
impl Send for HttpElementLocation
impl Sync for HttpElementLocation
impl Unpin for HttpElementLocation
impl UnsafeUnpin for HttpElementLocation
impl UnwindSafe for HttpElementLocation
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