(mut self, alert: bool)
| 55 | } |
| 56 | #[must_use] |
| 57 | pub fn is_alert(mut self, alert: bool) -> Self { |
| 58 | self.is_alert = Some(alert); |
| 59 | self |
| 60 | } |
| 61 | #[must_use] |
| 62 | pub fn confidence(mut self, id: ConfidenceId) -> Self { |
| 63 | self.confidence = Some(id); |
no outgoing calls