(mut self, id: ConfidenceId)
| 60 | } |
| 61 | #[must_use] |
| 62 | pub fn confidence(mut self, id: ConfidenceId) -> Self { |
| 63 | self.confidence = Some(id); |
| 64 | self |
| 65 | } |
| 66 | #[must_use] |
| 67 | pub fn risk_level(mut self, id: RiskLevelId) -> Self { |
| 68 | self.risk_level = Some(id); |
no outgoing calls