Struct brix_commands::ExecCommand
source · [−]pub struct ExecCommand {}
Expand description
The Brix exec command
Implementations
sourceimpl ExecCommand
impl ExecCommand
Trait Implementations
sourceimpl Command for ExecCommand
impl Command for ExecCommand
fn run(
&self,
pcp: ProcessedCommandParams,
_app_context: &AppContext<'_>
) -> Result<(), BrixError>
fn name(&self) -> String
Auto Trait Implementations
impl RefUnwindSafe for ExecCommand
impl Send for ExecCommand
impl Sync for ExecCommand
impl Unpin for ExecCommand
impl UnwindSafe for ExecCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more