(&mut self, value: bool)
| 78 | self |
| 79 | } |
| 80 | pub fn set_custom_error(&mut self, value: bool) -> &mut Self { |
| 81 | self.custom_error = value; |
| 82 | self |
| 83 | } |
| 84 | pub fn set_pattern_mismatch(&mut self, value: bool) -> &mut Self { |
| 85 | self.pattern_mismatch = value; |
| 86 | self |
nothing calls this directly
no outgoing calls
no test coverage detected