(mut self, info: FindingInfo)
| 50 | |
| 51 | #[must_use] |
| 52 | pub fn finding_info(mut self, info: FindingInfo) -> Self { |
| 53 | self.finding_info = Some(info); |
| 54 | self |
| 55 | } |
| 56 | #[must_use] |
| 57 | pub fn is_alert(mut self, alert: bool) -> Self { |
| 58 | self.is_alert = Some(alert); |
no outgoing calls