(self)
| 81 | } |
| 82 | |
| 83 | pub fn label(self) -> &'static str { |
| 84 | match self { |
| 85 | Self::All => "all", |
| 86 | Self::Gateway => "gateway", |
| 87 | Self::Sandbox => "sandbox", |
| 88 | } |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | // --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected