(&mut self, value: Option<ast::SelectInto>)
| 250 | self.projection.is_some() |
| 251 | } |
| 252 | pub fn into(&mut self, value: Option<ast::SelectInto>) -> &mut Self { |
| 253 | self.into = value; |
| 254 | self |
| 255 | } |
| 256 | pub fn from(&mut self, value: Vec<TableWithJoinsBuilder>) -> &mut Self { |
| 257 | self.from = value; |
| 258 | self |
no outgoing calls