Set the table reference for this [`ListingTableUrl`]
(mut self, table_ref: TableReference)
| 349 | |
| 350 | /// Set the table reference for this [`ListingTableUrl`] |
| 351 | pub fn with_table_ref(mut self, table_ref: TableReference) -> Self { |
| 352 | self.table_ref = Some(table_ref); |
| 353 | self |
| 354 | } |
| 355 | |
| 356 | /// Return the table reference for this [`ListingTableUrl`] |
| 357 | pub fn get_table_ref(&self) -> &Option<TableReference> { |
no outgoing calls
no test coverage detected