MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / Route

Class Route

src/navigation/mod.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Clone, Eq, PartialEq)]
10pub struct Route {
11 name: String,
12 route_type: RouteType,
13 params: HashMap<String, String>,
14}
15
16impl std::hash::Hash for Route {
17 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected