#[non_exhaustive]pub struct SetLoggingOptionsOutput { /* private fields */ }
Implementations§
source§impl SetLoggingOptionsOutput
impl SetLoggingOptionsOutput
sourcepub fn builder() -> SetLoggingOptionsOutputBuilder
pub fn builder() -> SetLoggingOptionsOutputBuilder
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 ==
.source§impl RequestId for SetLoggingOptionsOutput
impl RequestId for SetLoggingOptionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.