pub struct BashCommand {
pub command_str: String,
}Fields§
§command_str: StringTrait Implementations§
Source§impl Command for BashCommand
impl Command for BashCommand
Source§impl Debug for BashCommand
impl Debug for BashCommand
Source§impl From<&str> for BashCommand
impl From<&str> for BashCommand
Source§impl From<String> for BashCommand
impl From<String> for BashCommand
Source§impl ScriptParser<BashCommand> for YamlScriptParser<'_>
impl ScriptParser<BashCommand> for YamlScriptParser<'_>
Auto Trait Implementations§
impl Freeze for BashCommand
impl RefUnwindSafe for BashCommand
impl Send for BashCommand
impl Sync for BashCommand
impl Unpin for BashCommand
impl UnsafeUnpin for BashCommand
impl UnwindSafe for BashCommand
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