Struct aws_sdk_appflow::types::ApiKeyCredentials
source · #[non_exhaustive]pub struct ApiKeyCredentials { /* private fields */ }
Expand description
The API key credentials required for API key authentication.
Implementations§
source§impl ApiKeyCredentials
impl ApiKeyCredentials
sourcepub fn builder() -> ApiKeyCredentialsBuilder
pub fn builder() -> ApiKeyCredentialsBuilder
Creates a new builder-style object to manufacture ApiKeyCredentials
.
Trait Implementations§
source§impl Clone for ApiKeyCredentials
impl Clone for ApiKeyCredentials
source§fn clone(&self) -> ApiKeyCredentials
fn clone(&self) -> ApiKeyCredentials
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 ApiKeyCredentials
impl Debug for ApiKeyCredentials
source§impl PartialEq<ApiKeyCredentials> for ApiKeyCredentials
impl PartialEq<ApiKeyCredentials> for ApiKeyCredentials
source§fn eq(&self, other: &ApiKeyCredentials) -> bool
fn eq(&self, other: &ApiKeyCredentials) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ApiKeyCredentials
Auto Trait Implementations§
impl RefUnwindSafe for ApiKeyCredentials
impl Send for ApiKeyCredentials
impl Sync for ApiKeyCredentials
impl Unpin for ApiKeyCredentials
impl UnwindSafe for ApiKeyCredentials
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