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