pub struct StorageRekeyExternalKeyAction {}Expand description
This action causes the controllers of the storage subsystem to request new encryption keys managed by an external key service.
This action shall cause the controllers of the storage subsystem to request new encryption keys managed by an external key service.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageRekeyExternalKeyAction
impl RefUnwindSafe for StorageRekeyExternalKeyAction
impl Send for StorageRekeyExternalKeyAction
impl Sync for StorageRekeyExternalKeyAction
impl Unpin for StorageRekeyExternalKeyAction
impl UnsafeUnpin for StorageRekeyExternalKeyAction
impl UnwindSafe for StorageRekeyExternalKeyAction
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