(&mut self, backlog: Vec<BackLog>)
| 132 | |
| 133 | pub(crate) fn set_backlog(&mut self, backlog: Vec<BackLogItem>) { |
| 134 | self.backlog = backlog; |
| 135 | } |
| 136 | |
| 137 | pub(crate) fn insert_background(&mut self, index: usize, command: Command) { |
| 138 | self.backgrounds.insert(index, command); |
| 139 | } |