Returns the instance number of this instance.
(&self)
| 135 | impl RethInstance { |
| 136 | /// Returns the instance number of this instance. |
| 137 | pub const fn instance(&self) -> u16 { |
| 138 | self.instance |
| 139 | } |
| 140 | |
| 141 | /// Returns the HTTP port of this instance. |
| 142 | pub const fn http_port(&self) -> u16 { |