Struct scriptplan_bash::BashCommand
source · [−]pub struct BashCommand {
pub command_str: String,
}
Fields
command_str: String
Trait Implementations
sourceimpl Command for BashCommand
impl Command for BashCommand
sourceimpl Debug for BashCommand
impl Debug for BashCommand
sourceimpl From<&str> for BashCommand
impl From<&str> for BashCommand
sourceimpl From<String> for BashCommand
impl From<String> for BashCommand
sourceimpl ScriptParser<BashCommand> for YamlScriptParser<'_>
impl ScriptParser<BashCommand> for YamlScriptParser<'_>
Auto Trait Implementations
impl RefUnwindSafe for BashCommand
impl Send for BashCommand
impl Sync for BashCommand
impl Unpin for BashCommand
impl UnwindSafe for BashCommand
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