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