Struct aws_sdk_amp::operation::delete_logging_configuration::builders::DeleteLoggingConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DeleteLoggingConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteLoggingConfigurationOutput
.
Implementations§
source§impl DeleteLoggingConfigurationOutputBuilder
impl DeleteLoggingConfigurationOutputBuilder
sourcepub fn build(self) -> DeleteLoggingConfigurationOutput
pub fn build(self) -> DeleteLoggingConfigurationOutput
Consumes the builder and constructs a DeleteLoggingConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteLoggingConfigurationOutputBuilder
impl Clone for DeleteLoggingConfigurationOutputBuilder
source§fn clone(&self) -> DeleteLoggingConfigurationOutputBuilder
fn clone(&self) -> DeleteLoggingConfigurationOutputBuilder
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 Default for DeleteLoggingConfigurationOutputBuilder
impl Default for DeleteLoggingConfigurationOutputBuilder
source§fn default() -> DeleteLoggingConfigurationOutputBuilder
fn default() -> DeleteLoggingConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteLoggingConfigurationOutputBuilder> for DeleteLoggingConfigurationOutputBuilder
impl PartialEq<DeleteLoggingConfigurationOutputBuilder> for DeleteLoggingConfigurationOutputBuilder
source§fn eq(&self, other: &DeleteLoggingConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DeleteLoggingConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteLoggingConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLoggingConfigurationOutputBuilder
impl Send for DeleteLoggingConfigurationOutputBuilder
impl Sync for DeleteLoggingConfigurationOutputBuilder
impl Unpin for DeleteLoggingConfigurationOutputBuilder
impl UnwindSafe for DeleteLoggingConfigurationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more