pub struct ShellCommandGuard { /* private fields */ }Expand description
Guard that blocks dangerous shell commands before execution.
Implementations§
Trait Implementations§
Source§impl Default for ShellCommandGuard
impl Default for ShellCommandGuard
Auto Trait Implementations§
impl Freeze for ShellCommandGuard
impl RefUnwindSafe for ShellCommandGuard
impl Send for ShellCommandGuard
impl Sync for ShellCommandGuard
impl Unpin for ShellCommandGuard
impl UnsafeUnpin for ShellCommandGuard
impl UnwindSafe for ShellCommandGuard
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