Struct aws_sdk_appflow::model::ApiKeyCredentials
source · [−]#[non_exhaustive]pub struct ApiKeyCredentials { /* private fields */ }
Expand description
The API key credentials required for API key authentication.
Implementations
sourceimpl ApiKeyCredentials
impl ApiKeyCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ApiKeyCredentials
.
Trait Implementations
sourceimpl Clone for ApiKeyCredentials
impl Clone for ApiKeyCredentials
sourcefn clone(&self) -> ApiKeyCredentials
fn clone(&self) -> ApiKeyCredentials
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ApiKeyCredentials
impl Debug for ApiKeyCredentials
sourceimpl PartialEq<ApiKeyCredentials> for ApiKeyCredentials
impl PartialEq<ApiKeyCredentials> for ApiKeyCredentials
sourcefn eq(&self, other: &ApiKeyCredentials) -> bool
fn eq(&self, other: &ApiKeyCredentials) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more