(&self)
| 121 | |
| 122 | #[must_use] |
| 123 | pub fn should_enable(&self) -> bool { |
| 124 | self.remote.enabled |
| 125 | && self.upstream_proxy_enabled |
| 126 | && self.remote.session_id.is_some() |
| 127 | && self.token.is_some() |
| 128 | } |
| 129 | |
| 130 | #[must_use] |
| 131 | pub fn ws_url(&self) -> String { |