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