pub struct CreateHsmConfigurationResult {
pub hsm_configuration: Option<HsmConfiguration>,
}
Fields§
§hsm_configuration: Option<HsmConfiguration>
Trait Implementations§
Source§impl Clone for CreateHsmConfigurationResult
impl Clone for CreateHsmConfigurationResult
Source§fn clone(&self) -> CreateHsmConfigurationResult
fn clone(&self) -> CreateHsmConfigurationResult
Returns a duplicate 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 CreateHsmConfigurationResult
impl Debug for CreateHsmConfigurationResult
Source§impl Default for CreateHsmConfigurationResult
impl Default for CreateHsmConfigurationResult
Source§fn default() -> CreateHsmConfigurationResult
fn default() -> CreateHsmConfigurationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateHsmConfigurationResult
impl PartialEq for CreateHsmConfigurationResult
Source§fn eq(&self, other: &CreateHsmConfigurationResult) -> bool
fn eq(&self, other: &CreateHsmConfigurationResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateHsmConfigurationResult
Auto Trait Implementations§
impl Freeze for CreateHsmConfigurationResult
impl RefUnwindSafe for CreateHsmConfigurationResult
impl Send for CreateHsmConfigurationResult
impl Sync for CreateHsmConfigurationResult
impl Unpin for CreateHsmConfigurationResult
impl UnwindSafe for CreateHsmConfigurationResult
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