pub struct LockCmd;
Expand description
Lock Secret Store Ultravisor command.
The Lock Secret Store Ultravisor-call is used to block all changes to the secret store. Upon successful completion of a Lock Secret Store Ultravisor-call, any request to modify the secret store will fail.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockCmd
impl RefUnwindSafe for LockCmd
impl Send for LockCmd
impl Sync for LockCmd
impl Unpin for LockCmd
impl UnwindSafe for LockCmd
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