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