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