Struct aws_sdk_appflow::model::CustomAuthCredentials
source · [−]#[non_exhaustive]pub struct CustomAuthCredentials { /* private fields */ }
Expand description
The custom credentials required for custom authentication.
Implementations
sourceimpl CustomAuthCredentials
impl CustomAuthCredentials
sourcepub fn custom_authentication_type(&self) -> Option<&str>
pub fn custom_authentication_type(&self) -> Option<&str>
The custom authentication type that the connector uses.
sourceimpl CustomAuthCredentials
impl CustomAuthCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomAuthCredentials
.
Trait Implementations
sourceimpl Clone for CustomAuthCredentials
impl Clone for CustomAuthCredentials
sourcefn clone(&self) -> CustomAuthCredentials
fn clone(&self) -> CustomAuthCredentials
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 CustomAuthCredentials
impl Debug for CustomAuthCredentials
sourceimpl PartialEq<CustomAuthCredentials> for CustomAuthCredentials
impl PartialEq<CustomAuthCredentials> for CustomAuthCredentials
sourcefn eq(&self, other: &CustomAuthCredentials) -> bool
fn eq(&self, other: &CustomAuthCredentials) -> bool
impl StructuralPartialEq for CustomAuthCredentials
Auto Trait Implementations
impl RefUnwindSafe for CustomAuthCredentials
impl Send for CustomAuthCredentials
impl Sync for CustomAuthCredentials
impl Unpin for CustomAuthCredentials
impl UnwindSafe for CustomAuthCredentials
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