pub struct AddCmd(/* private fields */);
Expand description
Add Secret Ultravisor command.
The Add Secret Ultravisor-call is used to add a secret to the secret store for the current SE-guest.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddCmd
impl RefUnwindSafe for AddCmd
impl Send for AddCmd
impl Sync for AddCmd
impl Unpin for AddCmd
impl UnwindSafe for AddCmd
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