#[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() -> Builder
pub fn builder() -> Builder
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 ==.