pub struct HsmKeyHandle {
pub key_id: String,
pub slot: u32,
pub algorithm: String,
}Expand description
HSM key handle
Fields§
§key_id: String§slot: u32§algorithm: StringTrait Implementations§
Source§impl Clone for HsmKeyHandle
impl Clone for HsmKeyHandle
Source§fn clone(&self) -> HsmKeyHandle
fn clone(&self) -> HsmKeyHandle
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 moreAuto Trait Implementations§
impl Freeze for HsmKeyHandle
impl RefUnwindSafe for HsmKeyHandle
impl Send for HsmKeyHandle
impl Sync for HsmKeyHandle
impl Unpin for HsmKeyHandle
impl UnsafeUnpin for HsmKeyHandle
impl UnwindSafe for HsmKeyHandle
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