(mut self, nullable: bool)
| 1291 | } |
| 1292 | |
| 1293 | fn nullable(mut self, nullable: bool) -> Self { |
| 1294 | self.is_nullable = nullable; |
| 1295 | self |
| 1296 | } |
| 1297 | |
| 1298 | fn max_length(mut self, max_length: i16) -> Self { |
| 1299 | self.max_length = max_length; |
no outgoing calls
no test coverage detected