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