#[non_exhaustive]pub struct DeleteHsmConfigurationOutput { /* private fields */ }
Implementations§
source§impl DeleteHsmConfigurationOutput
impl DeleteHsmConfigurationOutput
sourcepub fn builder() -> DeleteHsmConfigurationOutputBuilder
pub fn builder() -> DeleteHsmConfigurationOutputBuilder
Creates a new builder-style object to manufacture DeleteHsmConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteHsmConfigurationOutput
impl Clone for DeleteHsmConfigurationOutput
source§fn clone(&self) -> DeleteHsmConfigurationOutput
fn clone(&self) -> DeleteHsmConfigurationOutput
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 Debug for DeleteHsmConfigurationOutput
impl Debug for DeleteHsmConfigurationOutput
source§impl PartialEq<DeleteHsmConfigurationOutput> for DeleteHsmConfigurationOutput
impl PartialEq<DeleteHsmConfigurationOutput> for DeleteHsmConfigurationOutput
source§fn eq(&self, other: &DeleteHsmConfigurationOutput) -> bool
fn eq(&self, other: &DeleteHsmConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteHsmConfigurationOutput
impl RequestId for DeleteHsmConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.