pub struct HsmControlParam {
pub long_description: String,
pub param_key: String,
pub param_value: String,
pub verb: String,
pub mdt: HsmControlParamMdt,
}
Expand description
HsmControlParams used for hsm actions
Fields§
§long_description: String
§param_key: String
§param_value: String
§verb: String
§mdt: HsmControlParamMdt
Trait Implementations§
Source§impl Clone for HsmControlParam
impl Clone for HsmControlParam
Source§fn clone(&self) -> HsmControlParam
fn clone(&self) -> HsmControlParam
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 HsmControlParam
impl Debug for HsmControlParam
Source§impl<'de> Deserialize<'de> for HsmControlParam
impl<'de> Deserialize<'de> for HsmControlParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HsmControlParam
impl PartialEq for HsmControlParam
Source§impl Serialize for HsmControlParam
impl Serialize for HsmControlParam
impl StructuralPartialEq for HsmControlParam
Auto Trait Implementations§
impl Freeze for HsmControlParam
impl RefUnwindSafe for HsmControlParam
impl Send for HsmControlParam
impl Sync for HsmControlParam
impl Unpin for HsmControlParam
impl UnwindSafe for HsmControlParam
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