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