pub enum HsmKeyAlgorithm {
AES,
}Expand description
Supported key algorithms
Variants§
AES
Auto Trait Implementations§
impl Freeze for HsmKeyAlgorithm
impl RefUnwindSafe for HsmKeyAlgorithm
impl Send for HsmKeyAlgorithm
impl Sync for HsmKeyAlgorithm
impl Unpin for HsmKeyAlgorithm
impl UnsafeUnpin for HsmKeyAlgorithm
impl UnwindSafe for HsmKeyAlgorithm
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