pub struct ExecuteCommand {
pub exec: String,
pub args: Vec<String>,
}
Fields§
§exec: String
§args: Vec<String>
Implementations§
Auto Trait Implementations§
impl Freeze for ExecuteCommand
impl RefUnwindSafe for ExecuteCommand
impl Send for ExecuteCommand
impl Sync for ExecuteCommand
impl Unpin for ExecuteCommand
impl UnwindSafe for ExecuteCommand
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