There was an error while loading. Please reload this page.
2 parents b379aba + e242167 commit 6b13effCopy full SHA for 6b13eff
1 file changed
rust/src/exchange.rs
@@ -40,6 +40,7 @@ pub struct Exchange {
40
#[serde_with::skip_serializing_none]
41
#[derive(Debug, Clone, Hash, PartialEq, Eq, Serialize, Deserialize)]
42
pub struct PathElement {
43
+ pub mobile_id: u32,
44
pub position: Position,
45
pub message_type: String,
46
}
0 commit comments