Struct aws_sdk_iot::operation::delete_domain_configuration::builders::DeleteDomainConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DeleteDomainConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteDomainConfigurationOutput
.
Implementations§
source§impl DeleteDomainConfigurationOutputBuilder
impl DeleteDomainConfigurationOutputBuilder
sourcepub fn build(self) -> DeleteDomainConfigurationOutput
pub fn build(self) -> DeleteDomainConfigurationOutput
Consumes the builder and constructs a DeleteDomainConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteDomainConfigurationOutputBuilder
impl Clone for DeleteDomainConfigurationOutputBuilder
source§fn clone(&self) -> DeleteDomainConfigurationOutputBuilder
fn clone(&self) -> DeleteDomainConfigurationOutputBuilder
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 DeleteDomainConfigurationOutputBuilder
impl Default for DeleteDomainConfigurationOutputBuilder
source§fn default() -> DeleteDomainConfigurationOutputBuilder
fn default() -> DeleteDomainConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteDomainConfigurationOutputBuilder
impl PartialEq for DeleteDomainConfigurationOutputBuilder
source§fn eq(&self, other: &DeleteDomainConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DeleteDomainConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteDomainConfigurationOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteDomainConfigurationOutputBuilder
impl RefUnwindSafe for DeleteDomainConfigurationOutputBuilder
impl Send for DeleteDomainConfigurationOutputBuilder
impl Sync for DeleteDomainConfigurationOutputBuilder
impl Unpin for DeleteDomainConfigurationOutputBuilder
impl UnwindSafe for DeleteDomainConfigurationOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.