Struct scriptplan_bash::YamlScriptParser
source · [−]Fields
tasks: HashMap<&'a str, LazyTask<'a>>
Trait Implementations
sourceimpl ScriptParser<BashCommand> for YamlScriptParser<'_>
impl ScriptParser<BashCommand> for YamlScriptParser<'_>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for YamlScriptParser<'a>
impl<'a> !Send for YamlScriptParser<'a>
impl<'a> !Sync for YamlScriptParser<'a>
impl<'a> Unpin for YamlScriptParser<'a>
impl<'a> UnwindSafe for YamlScriptParser<'a>
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