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