Struct aws_sdk_config::operation::delete_conformance_pack::builders::DeleteConformancePackOutputBuilder
source · #[non_exhaustive]pub struct DeleteConformancePackOutputBuilder { /* private fields */ }Expand description
A builder for DeleteConformancePackOutput.
Implementations§
source§impl DeleteConformancePackOutputBuilder
impl DeleteConformancePackOutputBuilder
sourcepub fn build(self) -> DeleteConformancePackOutput
pub fn build(self) -> DeleteConformancePackOutput
Consumes the builder and constructs a DeleteConformancePackOutput.
Trait Implementations§
source§impl Clone for DeleteConformancePackOutputBuilder
impl Clone for DeleteConformancePackOutputBuilder
source§fn clone(&self) -> DeleteConformancePackOutputBuilder
fn clone(&self) -> DeleteConformancePackOutputBuilder
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 DeleteConformancePackOutputBuilder
impl Default for DeleteConformancePackOutputBuilder
source§fn default() -> DeleteConformancePackOutputBuilder
fn default() -> DeleteConformancePackOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteConformancePackOutputBuilder
impl PartialEq for DeleteConformancePackOutputBuilder
source§fn eq(&self, other: &DeleteConformancePackOutputBuilder) -> bool
fn eq(&self, other: &DeleteConformancePackOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteConformancePackOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConformancePackOutputBuilder
impl Send for DeleteConformancePackOutputBuilder
impl Sync for DeleteConformancePackOutputBuilder
impl Unpin for DeleteConformancePackOutputBuilder
impl UnwindSafe for DeleteConformancePackOutputBuilder
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.