Enum aws_smithy_runtime::client::auth::http::ApiKeyLocation
source · pub enum ApiKeyLocation {
Query,
Header,
}
Available on crate features
client
and http-auth
only.Expand description
Destination for the API key
Variants§
Trait Implementations§
source§impl Clone for ApiKeyLocation
impl Clone for ApiKeyLocation
source§fn clone(&self) -> ApiKeyLocation
fn clone(&self) -> ApiKeyLocation
Returns a copy 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 ApiKeyLocation
impl Debug for ApiKeyLocation
impl Copy for ApiKeyLocation
Auto Trait Implementations§
impl Freeze for ApiKeyLocation
impl RefUnwindSafe for ApiKeyLocation
impl Send for ApiKeyLocation
impl Sync for ApiKeyLocation
impl Unpin for ApiKeyLocation
impl UnwindSafe for ApiKeyLocation
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.