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