Struct aws_sdk_amplifybackend::model::BackendApiAuthType
source · #[non_exhaustive]pub struct BackendApiAuthType { /* private fields */ }
Expand description
Describes the auth types for your configured data models.
Implementations§
source§impl BackendApiAuthType
impl BackendApiAuthType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackendApiAuthType
.
Trait Implementations§
source§impl Clone for BackendApiAuthType
impl Clone for BackendApiAuthType
source§fn clone(&self) -> BackendApiAuthType
fn clone(&self) -> BackendApiAuthType
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 BackendApiAuthType
impl Debug for BackendApiAuthType
source§impl PartialEq<BackendApiAuthType> for BackendApiAuthType
impl PartialEq<BackendApiAuthType> for BackendApiAuthType
source§fn eq(&self, other: &BackendApiAuthType) -> bool
fn eq(&self, other: &BackendApiAuthType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.