(&self)
| 605 | /// Returns this column name as a `str`. |
| 606 | #[inline(always)] |
| 607 | pub fn as_str(&self) -> &str { |
| 608 | &*self |
| 609 | } |
| 610 | |
| 611 | /// Returns this column name as a `&mut Box<str>`. |
| 612 | pub fn as_mut_boxed_str(&mut self) -> &mut Box<str> { |
no outgoing calls