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