#[non_exhaustive]pub struct ConnectionApiKeyAuthResponseParameters { /* private fields */ }
Expand description
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
Implementations§
source§impl ConnectionApiKeyAuthResponseParameters
impl ConnectionApiKeyAuthResponseParameters
sourcepub fn api_key_name(&self) -> Option<&str>
pub fn api_key_name(&self) -> Option<&str>
The name of the header to use for the APIKeyValue
used for authorization.
source§impl ConnectionApiKeyAuthResponseParameters
impl ConnectionApiKeyAuthResponseParameters
sourcepub fn builder() -> ConnectionApiKeyAuthResponseParametersBuilder
pub fn builder() -> ConnectionApiKeyAuthResponseParametersBuilder
Creates a new builder-style object to manufacture ConnectionApiKeyAuthResponseParameters
.
Trait Implementations§
source§impl Clone for ConnectionApiKeyAuthResponseParameters
impl Clone for ConnectionApiKeyAuthResponseParameters
source§fn clone(&self) -> ConnectionApiKeyAuthResponseParameters
fn clone(&self) -> ConnectionApiKeyAuthResponseParameters
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 PartialEq<ConnectionApiKeyAuthResponseParameters> for ConnectionApiKeyAuthResponseParameters
impl PartialEq<ConnectionApiKeyAuthResponseParameters> for ConnectionApiKeyAuthResponseParameters
source§fn eq(&self, other: &ConnectionApiKeyAuthResponseParameters) -> bool
fn eq(&self, other: &ConnectionApiKeyAuthResponseParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConnectionApiKeyAuthResponseParameters
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionApiKeyAuthResponseParameters
impl Send for ConnectionApiKeyAuthResponseParameters
impl Sync for ConnectionApiKeyAuthResponseParameters
impl Unpin for ConnectionApiKeyAuthResponseParameters
impl UnwindSafe for ConnectionApiKeyAuthResponseParameters
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