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