pub enum CommandRecall {
None,
OnCheck,
}Expand description
Whether to execute a command’s recall block on command failure
Variants§
None
Don’t recall command
OnCheck
Recall if the command fails with a aranya_policy_vm::ExitReason::Check
Auto Trait Implementations§
impl Freeze for CommandRecall
impl RefUnwindSafe for CommandRecall
impl Send for CommandRecall
impl Sync for CommandRecall
impl Unpin for CommandRecall
impl UnwindSafe for CommandRecall
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