pub struct StorageGetPersonalityNonceAction {}Expand description
This action obtains a nonce required to unfreeze personalities with a programmed key.
This action shall obtain a nonce required to unfreeze personalities with a programmed key as defined by the ‘CDP Random Nonce Data’ clause in the NVMe Base Specification.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageGetPersonalityNonceAction
impl RefUnwindSafe for StorageGetPersonalityNonceAction
impl Send for StorageGetPersonalityNonceAction
impl Sync for StorageGetPersonalityNonceAction
impl Unpin for StorageGetPersonalityNonceAction
impl UnsafeUnpin for StorageGetPersonalityNonceAction
impl UnwindSafe for StorageGetPersonalityNonceAction
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