pub struct BatchCommand {
pub command: Vec<String>,
}Expand description
A command for batch execution.
Fields§
§command: Vec<String>Trait Implementations§
Source§impl Debug for BatchCommand
impl Debug for BatchCommand
Auto Trait Implementations§
impl Freeze for BatchCommand
impl RefUnwindSafe for BatchCommand
impl Send for BatchCommand
impl Sync for BatchCommand
impl Unpin for BatchCommand
impl UnwindSafe for BatchCommand
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