pub struct YamlScriptParser<'a> {
pub tasks: HashMap<&'a str, LazyTask<'a>>,
}
Fields§
§tasks: HashMap<&'a str, LazyTask<'a>>
Trait Implementations§
Source§impl ScriptParser<BashCommand> for YamlScriptParser<'_>
impl ScriptParser<BashCommand> for YamlScriptParser<'_>
Auto Trait Implementations§
impl<'a> Freeze for YamlScriptParser<'a>
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§
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