(&mut self, value: bool)
| 106 | self |
| 107 | } |
| 108 | pub fn set_valid(&mut self, value: bool) -> &mut Self { |
| 109 | self.valid = value; |
| 110 | self |
| 111 | } |
| 112 | pub fn set_value_missing(&mut self, value: bool) -> &mut Self { |
| 113 | self.value_missing = value; |
| 114 | self |
nothing calls this directly
no outgoing calls
no test coverage detected